[Pkg-mozext-commits] [tabmixplus] 20/61: Increase the timeout before calling convertFile, calling it to soon after our prompt dialog closed causing Session Manager Extension convertFile to fail

David Prévot taffit at moszumanska.debian.org
Fri Aug 28 19:09:18 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 8947fee08f8a17d2fc5dacc51ce0fa1aac815f94
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Jul 18 23:50:15 2015 +0300

    Increase the timeout before calling convertFile, calling it to soon after our prompt dialog closed causing Session Manager Extension convertFile to fail
---
 chrome/content/session/sessionStore.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/session/sessionStore.js b/chrome/content/session/sessionStore.js
index 240e65d..c0dab7d 100644
--- a/chrome/content/session/sessionStore.js
+++ b/chrome/content/session/sessionStore.js
@@ -661,7 +661,7 @@ var TabmixConvertSession = { // jshint ignore:line
                   if (aResult.button == Tabmix.BUTTON_OK) {
                     setTimeout(function (a,b) {
                       TabmixConvertSession.convertFile(a, b);
-                    }, 0, null, true);
+                    }, 50, null, true);
                   }
                  };
       this.confirm(this.getString("msg1") + "\n\n" + this.getString("msg2"), callBack);

-- 
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