[Pkg-mozext-commits] [tabmixplus] 19/22: Refresh patches

David Prévot taffit at moszumanska.debian.org
Sun Jan 4 16:46:37 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 9078ca62e5d83221ec03e9d119f15cef3ef64ad9
Author: David Prévot <david at tilapin.org>
Date:   Sun Jan 4 08:03:31 2015 -0400

    Refresh patches
    
    Git-Dch: Ignore
---
 .../patches/0001-No-phone-home-on-install-and-upgrade.patch | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0001-No-phone-home-on-install-and-upgrade.patch b/debian/patches/0001-No-phone-home-on-install-and-upgrade.patch
index 72ee512..c0a3e72 100644
--- a/debian/patches/0001-No-phone-home-on-install-and-upgrade.patch
+++ b/debian/patches/0001-No-phone-home-on-install-and-upgrade.patch
@@ -9,14 +9,14 @@ This is annoying and resembles to user tracking.
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657466
 Forwarded: not-needed
 ---
- chrome/content/tab/tab.js | 10 ----------
- 1 file changed, 10 deletions(-)
+ chrome/content/tab/tab.js | 11 -----------
+ 1 file changed, 11 deletions(-)
 
 diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
-index ed39258..126a44a 100644
+index 15ac2bb..4c80b0b 100644
 --- a/chrome/content/tab/tab.js
 +++ b/chrome/content/tab/tab.js
-@@ -1852,16 +1852,6 @@ try {
+@@ -1893,17 +1893,6 @@ try {
          showNewVersionTab = subs(re.exec(currentVersion)) != subs(re.exec(oldVersion));
        }
        if (showNewVersionTab) {
@@ -27,9 +27,10 @@ index ed39258..126a44a 100644
 -          if (showComment && (_loadOnNewTab || _replaceLastTabWith))
 -            defaultChanged = "&newtabpage";
 -          let b = Tabmix.getTopWin().gBrowser;
--          b.selectedTab = b.addTab("http://tmp.garyr.net/version_update2.htm?version=" + currentVersion + defaultChanged);
+-          b.selectedTab = b.addTab("http://tmp.garyr.net/version_update2.htm?version=" +
+-                                   currentVersion + defaultChanged);
 -          b.selectedTab.loadOnStartup = true;
 -        },1000);
          // noting more to do at the moment
        }
-     }
+     };

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



More information about the Pkg-mozext-commits mailing list