[Pkg-mozext-commits] [firebug] 45/56: Start download automatically if manual upgrade happens.
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 91b9d37ad0cc82f6406bb63f6c88f09ee3a00283
Author: Jan Odvarko <odvarko at gmail.com>
Date: Fri Oct 31 18:16:51 2014 +0100
Start download automatically if manual upgrade happens.
---
extension/content/firebug/firefox/browserOverlay.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/extension/content/firebug/firefox/browserOverlay.js b/extension/content/firebug/firefox/browserOverlay.js
index 06b9196..4e23544 100644
--- a/extension/content/firebug/firefox/browserOverlay.js
+++ b/extension/content/firebug/firefox/browserOverlay.js
@@ -609,6 +609,9 @@ BrowserOverlay.prototype =
Events.cancelEvent(event);
this.showUpgradeNotification();
+
+ // Start download automatically
+ this.onUpgradeFirebug(event, 'fbUpgradeNotificationPanel');
},
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
--
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