~ubuntu-branches/debian/stretch/downthemall/stretch

« back to all changes in this revision

Viewing changes to debian/patches/0002-Don-t-display-user-tracking-screen-at-first-run.patch

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2016-04-01 10:34:52 UTC
  • Revision ID: package-import@ubuntu.com-20160401103452-qjzx76bquhdt9g5g
Tags: 2.0.18-2
* Team upload
* Handle patch with gbp pq
* Don’t display user tracking screen at first run
* Drop now useless transitional dummy package
* Drop Iceweasel from description
* Drop useless license files
* Update Standards-Version to 3.9.7
* Rebuild with recent mozilla-devscripts to be ready for Firefox

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
 
2
Date: Fri, 1 Apr 2016 09:57:27 -0400
 
3
Subject: =?utf-8?q?Don=E2=80=99t_display_user_tracking_screen_at_first_run?=
 
4
 
 
5
---
 
6
 chrome/chrome.jar!/content/integration/elements.js | 1 -
 
7
 1 file changed, 1 deletion(-)
 
8
 
 
9
diff --git a/chrome/chrome.jar!/content/integration/elements.js b/chrome/chrome.jar!/content/integration/elements.js
 
10
index 8595fed..5bbfbc7 100644
 
11
--- a/chrome/chrome.jar!/content/integration/elements.js
 
12
+++ b/chrome/chrome.jar!/content/integration/elements.js
 
13
@@ -1563,7 +1563,6 @@
 
14
                                return;
 
15
                        }
 
16
                        if (Version.showAbout === true) {
 
17
-                               openAbout();
 
18
                                return;
 
19
                        }
 
20
                }