mozilla-kde.patch
branchfirefox16
changeset 537 875fd6d22176
parent 517 fa93154734b8
child 538 be682f8c9361
--- 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<nsCString> 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;
 +    }
 +