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; + } +