[Pkg-mozext-commits] [tabmixplus] 05/73: let unknownContentType dialog or nsIFilePicker more time to open
David Prévot
taffit at moszumanska.debian.org
Mon May 9 02:30:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 688bb5e77efc7996c86041a9d099d2fc09091439
Author: onemen <tabmix.onemen at gmail.com>
Date: Mon Mar 21 21:05:17 2016 +0200
let unknownContentType dialog or nsIFilePicker more time to open
---
chrome/content/tab/tab.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 78fb5de..e1cd0e0 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -2755,7 +2755,7 @@ TabmixProgressListener = {
tab._tabmix_downloadingTimeout = null;
if (this && this.mTabBrowser && tab && tab.parentNode)
this.mTabBrowser.removeTab(tab, {animate: false});
- }, 500, this);
+ }, 1000, this);
}
let tabsCount = this.mTabBrowser.visibleTabs.length;
--
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