[Pkg-mozext-commits] [firetray] 15/38: Enable 'hides_last_only' in winnt.
David Prévot
taffit at moszumanska.debian.org
Mon Apr 6 15:58:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firetray.
commit 0f79fe23ab7710acb118e385324d27578013485d
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Sun Feb 15 23:37:51 2015 +0100
Enable 'hides_last_only' in winnt.
---
src/chrome/content/options.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/chrome/content/options.js b/src/chrome/content/options.js
index 131e6ff..811a66b 100644
--- a/src/chrome/content/options.js
+++ b/src/chrome/content/options.js
@@ -51,10 +51,9 @@ var firetrayUIOptions = {
this.initAppIconType();
if (firetray.Handler.support['winnt']) {
this.hideUnsupportedOptions([
- 'ui_hides_last_only', 'ui_show_activates', 'ui_remember_desktop',
- 'app_icon_default', 'ui_show_icon_on_hide', 'ui_scroll_hides',
- 'ui_radiogroup_scroll', 'ui_scroll_hides', 'ui_middle_click',
- 'newmail_icon_names'
+ 'ui_show_activates', 'ui_remember_desktop', 'app_icon_default',
+ 'ui_show_icon_on_hide', 'ui_scroll_hides', 'ui_radiogroup_scroll',
+ 'ui_scroll_hides', 'ui_middle_click', 'newmail_icon_names'
]);
} else if (firetray.AppIndicator) {
this.hideUnsupportedOptions([
@@ -81,7 +80,6 @@ var firetrayUIOptions = {
uiElts.forEach(function(id){
switch(id){
// windows prefs
- case 'ui_hides_last_only':
case 'ui_show_activates':
case 'ui_remember_desktop':
// icon prefs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git
More information about the Pkg-mozext-commits
mailing list