# HG changeset patch # User Wolfgang Rosenauer # Date 1347355821 -7200 # Node ID 875fd6d221765ce18128cb12be183492c5819369 # Parent 66730e3b1735ac434c1c5a657f3fcd4484515ea4 make use of "--select" argument provided by dolphin and konqueror (bnc#777415) (requires new kmozillahelper API (7)) diff -r 66730e3b1735 -r 875fd6d22176 mozilla-kde.patch --- a/mozilla-kde.patch Tue Sep 11 11:29:29 2012 +0200 +++ b/mozilla-kde.patch Tue Sep 11 11:30:21 2012 +0200 @@ -2249,7 +2249,7 @@ +#define KMOZILLAHELPER "/usr/lib/mozilla/kmozillahelper" +#endif + -+#define KMOZILLAHELPER_VERSION 6 ++#define KMOZILLAHELPER_VERSION 7 +#define MAKE_STR2( n ) #n +#define MAKE_STR( n ) MAKE_STR2( n ) + @@ -3810,8 +3810,8 @@ + + if(nsKDEUtils::kdeSupport()) { + nsTArray command; -+ command.AppendElement( NS_LITERAL_CSTRING("OPEN") ); -+ command.AppendElement( url ); ++ command.AppendElement( NS_LITERAL_CSTRING("REVEAL") ); ++ command.AppendElement( mPath ); + return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE; + } +