diff -r 4812378b5646 -r b1134fe91f9a mozilla-kde.patch --- a/mozilla-kde.patch Mon Aug 20 08:55:43 2012 +0200 +++ b/mozilla-kde.patch Tue Sep 11 19:27:09 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; + } +