]> git.pld-linux.org Git - packages/iceweasel.git/commitdiff
- fixed middle click paste auto/th/iceweasel-25.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Nov 2013 17:31:33 +0000 (18:31 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Nov 2013 17:31:33 +0000 (18:31 +0100)
- rel 2

iceweasel-middle_click_paste.patch
iceweasel.spec

index 1a82c83ec77c40317b5e4739a75289e86a56491c..b32533852e1b0aa82dc82891853239895654b703 100644 (file)
@@ -11,7 +11,7 @@
 -      return;
 -    }
 +    var URIFixup = Components.classes["@mozilla.org/docshell/urifixup;1"].getService(Components.interfaces.nsIURIFixup);
-+    url = URIFixup.createFixupURI(url, 1).spec;
++    data.url = URIFixup.createFixupURI(data.url, 1).spec;
 +    // 1 is FIXUP_FLAG_ALLOW_KEYWORD_LOOKUP
  
      try {
index 38f6dc2c43296817192772848bcd67058a9732f6..0b0c83b82d87eeef56723001201f12cfd52646c2 100644 (file)
@@ -24,7 +24,7 @@ Summary(hu.UTF-8):    Iceweasel web böngésző
 Summary(pl.UTF-8):     Iceweasel - przeglądarka WWW
 Name:          iceweasel
 Version:       25.0
-Release:       1
+Release:       2
 License:       MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:         X11/Applications/Networking
 Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
This page took 0.11371 seconds and 4 git commands to generate.