diff options
author | db <drebs@riseup.net> | 2015-01-06 17:00:19 -0200 |
---|---|---|
committer | db <drebs@riseup.net> | 2015-01-06 17:08:47 -0200 |
commit | b37aaf3f4677fe62ef5948460898abbf6a1ded71 (patch) | |
tree | a4222bc6c09cc54f947e86365581ab394eb2c598 /chrome.manifest | |
parent | 4f931e73a5154242ed0f9e51cff63cddd73756c0 (diff) |
Remove the status bar overlay (#6613).
Initially, the status bar overlay was used for three purposes: indicate
whether there was a bitmask account configured, as an entry point to the
bitmask account wizard (by clicking on it), and as a watchdog that would popup
the bitmask account wizard everytime thunderbird started, if there was no
account configured.
We don't want any of these features, so this commit completelly removes the
status bar overlay. The issue indicated above (#6613) has to do with removal
of the last of these features (i.e. automated wizard popup).
Diffstat (limited to 'chrome.manifest')
-rw-r--r-- | chrome.manifest | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome.manifest b/chrome.manifest index bb14689..98d7b4b 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,7 +1,6 @@ content bitmask chrome/content/ skin bitmask classic/1.0 chrome/skin/ locale bitmask en-US chrome/locale/en-US/ -overlay chrome://messenger/content/messenger.xul chrome://bitmask/content/statusBar/statusBarOverlay.xul overlay chrome://messenger/content/messenger.xul chrome://bitmask/content/accountWizard/bitmaskMessengerOverlay.xul overlay chrome://messenger/content/AccountManager.xul chrome://bitmask/content/accountWizard/bitmaskAccountManagerOverlay.xul overlay chrome://messenger/content/am-offline.xul chrome://bitmask/content/preventCaching/bitmaskAmOfflineOverlay.xul |