Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -117,8 +117,6 @@ |
} |
tab.browserAction.setIcon(iconFilename); |
- tab.browserAction.setTitle(ext.i18n.getMessage("name")); |
- |
iconAnimation.registerTab(tab, iconFilename); |
// Set context menu status according to whether current tab has whitelisted domain |
@@ -411,6 +409,9 @@ |
} |
}); |
+// Set icon title/tooltip globally |
+ext.browserAction.setTitle(ext.i18n.getMessage("name")); |
+ |
// Show icon as browser action for all tabs that already exist |
ext.windows.getAll(function(windows) |
{ |