[Pkg-mozext-commits] [greasemonkey] 39/41: Refresh patch

David Prévot taffit at moszumanska.debian.org
Thu Apr 30 22:06:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit b5bb560cf7f471be8674813c7fe021142a148f01
Author: David Prévot <david at tilapin.org>
Date:   Thu Apr 30 17:38:31 2015 -0400

    Refresh patch
    
    Git-Dch: Ignore
---
 ...op-calling-greasespot.net-on-first-run-after-insta.patch | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch b/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
index 5a9e9fe..d6a5c35 100644
--- a/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
+++ b/debian/patches/0001-Stop-calling-greasespot.net-on-first-run-after-insta.patch
@@ -14,14 +14,13 @@ Bug-Debian: https://bugs.debian.org/771110
  1 file changed, 14 deletions(-)
 
 diff --git a/content/config.js b/content/config.js
-index 3a8c554..dd01a88 100644
+index 6b19aeb..86557b9 100644
 --- a/content/config.js
 +++ b/content/config.js
-@@ -273,19 +273,5 @@ Config.prototype._updateVersion = function() {
- 
+@@ -275,20 +275,6 @@ Config.prototype._updateVersion = function() {
      // Update the stored current version so we don't do this work again.
      GM_prefRoot.setValue("version", newVersion);
--
+ 
 -    if ("0.0" == oldVersion) {
 -      // This is the first launch.  Show the welcome screen.
 -      var chromeWin = GM_util.getBrowserWindow();
@@ -35,5 +34,7 @@ index 3a8c554..dd01a88 100644
 -        chromeWin.setTimeout(chromeWin.GM_BrowserUI.openTab, 100, url);
 -      }
 -    }
-   }));
- };
+-
+     if ('3.2' == newVersion && oldVersion != newVersion) {
+       const tmp_dir = Components
+           .classes['@mozilla.org/file/directory_service;1']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list