[Pkg-mozext-commits] [tabmixplus] 10/107: Update changeset c998b9a6d766, add timeout until the panel was shown

David Prévot taffit at moszumanska.debian.org
Tue Dec 29 19:02:44 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 6e2bbc8fcc3a3201bbcafcefa1b17326d47c1d56
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Oct 6 19:04:07 2015 +0300

    Update changeset c998b9a6d766, add timeout until the panel was shown
---
 chrome/content/places/places.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index fd39080..b2cc336 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -45,7 +45,7 @@ var TMP_Places = {
                return Tabmix.originalFunctions.placesBookmarkPage.apply(this, arguments);
              } finally {
                if (origTitle) {
-                 aBrowser._contentTitle = origTitle;
+                 setTimeout(() => aBrowser._contentTitle = origTitle, 100);
                }
              }
            };

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