[Pkg-mozext-commits] [firetray] 236/399: cleaning

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:50 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 767f9487d096db0966d744d93241196c288dfa64
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sat May 12 16:45:04 2012 +0200

    cleaning
---
 src/modules/linux/FiretrayWindow.jsm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/modules/linux/FiretrayWindow.jsm b/src/modules/linux/FiretrayWindow.jsm
index 53ae369..3b29f91 100644
--- a/src/modules/linux/FiretrayWindow.jsm
+++ b/src/modules/linux/FiretrayWindow.jsm
@@ -585,10 +585,11 @@ firetray.Handler.showHideAllWindows = function(gtkStatusIcon, userData) {
     for(var key in firetray.Handler.windows);
     firetray.Window.activate(key);
   } else if ((0.5 < visibilityRate) && (visibilityRate < 1)
-      || visibilityRate === 0) // TODO: should be configurable
+             || visibilityRate === 0) { // TODO: should be configurable
     firetray.Handler.showAllWindows();
-  else
+  } else {
     firetray.Handler.hideAllWindows();
+  }
 
   let stopPropagation = true;
   return stopPropagation;

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