[Pkg-mozext-commits] [autofill-forms] 12/13: Refresh patch

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 20:57:38 UTC 2015


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

taffit pushed a commit to branch master
in repository autofill-forms.

commit e7699a4505e64e56f345e2ceb7486d3ede532aae
Author: David Prévot <david at tilapin.org>
Date:   Thu Oct 29 16:49:29 2015 -0400

    Refresh patch
    
    Git-Dch: Ignore
---
 debian/patches/0001-Drop-external-welcome-screen.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0001-Drop-external-welcome-screen.patch b/debian/patches/0001-Drop-external-welcome-screen.patch
index 7a96980..55f4d51 100644
--- a/debian/patches/0001-Drop-external-welcome-screen.patch
+++ b/debian/patches/0001-Drop-external-welcome-screen.patch
@@ -10,7 +10,7 @@ Forwarded: not-needed
  1 file changed, 11 deletions(-)
 
 diff --git a/chrome/content/autofillForms.js b/chrome/content/autofillForms.js
-index a2fec47..56d5349 100644
+index 2e2dbe8..915111a 100644
 --- a/chrome/content/autofillForms.js
 +++ b/chrome/content/autofillForms.js
 @@ -124,17 +124,6 @@ var autofillForms = {
@@ -18,7 +18,7 @@ index a2fec47..56d5349 100644
      document.addEventListener("SSTabRestored", function (event) {
        function welcome (version) {
 -        var pre = self.autofillFormsPrefs.getCharPref("version");
--        if (pre === version) {
+-        if (pre === version || !self.autofillFormsPrefs.getBoolPref("welcome")) {
 -          return;
 -        }
 -        //Showing welcome screen

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



More information about the Pkg-mozext-commits mailing list