[Pkg-mozext-commits] [firebug] 01/01: Do not dipslay FirstRunPage after installation

David Prévot taffit at alioth.debian.org
Thu Oct 10 18:22:49 UTC 2013


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

taffit pushed a commit to branch master
in repository firebug.

commit f77c7b0d956c21ccf782b27c2e731d3bdc9e3016
Author: David Prévot <taffit at debian.org>
Date:   Thu Oct 10 14:22:02 2013 -0400

    Do not dipslay FirstRunPage after installation
---
 ...t-dipslay-FirstRunPage-after-installation.patch |   21 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0001-Do-not-dipslay-FirstRunPage-after-installation.patch b/debian/patches/0001-Do-not-dipslay-FirstRunPage-after-installation.patch
new file mode 100644
index 0000000..d340486
--- /dev/null
+++ b/debian/patches/0001-Do-not-dipslay-FirstRunPage-after-installation.patch
@@ -0,0 +1,21 @@
+From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit at debian.org>
+Date: Thu, 10 Oct 2013 14:21:03 -0400
+Subject: Do not dipslay FirstRunPage after installation
+
+---
+ defaults/preferences/firebug.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/defaults/preferences/firebug.js b/defaults/preferences/firebug.js
+index 243a087..6a96b7b 100644
+--- a/defaults/preferences/firebug.js
++++ b/defaults/preferences/firebug.js
+@@ -19,7 +19,7 @@ pref("extensions.firebug.hiddenPanels", "");
+ pref("extensions.firebug.panelTabMinWidth", 50);
+ pref("extensions.firebug.sourceLinkLabelWidth", 17);
+ pref("extensions.firebug.currentVersion", "");
+-pref("extensions.firebug.showFirstRunPage", true);
++pref("extensions.firebug.showFirstRunPage", false);
+ pref("extensions.firebug.useDefaultLocale", false);
+ pref("extensions.firebug.activateSameOrigin", true);
+ pref("extensions.firebug.toolbarCustomizationDone", false);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..675597c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Do-not-dipslay-FirstRunPage-after-installation.patch

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



More information about the Pkg-mozext-commits mailing list