[Pkg-mozext-commits] [tabmixplus] 28/34: When loading tab from bookmark and "titlefrombookmark" preference is on set its label early
David Prévot
taffit at moszumanska.debian.org
Mon Mar 9 23:28:09 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 946ac02e4823ee3ead4ec008f15da2e1e55e1f3e
Author: onemen <tabmix.onemen at gmail.com>
Date: Sun Mar 1 19:14:21 2015 +0200
When loading tab from bookmark and "titlefrombookmark" preference is on set its label early
---
chrome/content/tab/tab.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index ffa5a14..7423c96 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -2565,6 +2565,8 @@ var TabmixProgressListener = {
if (tabsCount == 1)
this.mTabBrowser.tabContainer.adjustTabstrip(true, url);
}
+ if (tab.hasAttribute("tabmix_bookmarkId"))
+ TMP_Places.setTabTitle(tab, url);
}
}
else if (aStateFlags & nsIWebProgressListener.STATE_STOP &&
--
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