[Pkg-mozext-commits] [firetray] 279/399: cleaning
David Prévot
taffit at alioth.debian.org
Tue Oct 29 18:23:58 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 9611f1443e61465b2ac035c9d00040af29276f21
Author: foudfou <foudil.newbie+git at gmail.com>
Date: Tue Aug 21 15:44:47 2012 +0200
cleaning
---
src/modules/linux/FiretrayWindow.jsm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/modules/linux/FiretrayWindow.jsm b/src/modules/linux/FiretrayWindow.jsm
index ef23dc1..69253dd 100644
--- a/src/modules/linux/FiretrayWindow.jsm
+++ b/src/modules/linux/FiretrayWindow.jsm
@@ -311,6 +311,7 @@ firetray.Window = {
F.LOG("restored minimized");
}
+ /* helps prevent getting iconify event following show() */
if (firetray.Utils.prefService.getBoolPref('hides_on_minimize'))
firetray.Handler.windows[xid].chromeWin.restore();
@@ -515,7 +516,7 @@ firetray.Window = {
case x11.UnmapNotify:
let gdkWinState = gdk.gdk_window_get_state(firetray.Handler.gdkWindows.get(xwin));
- F.WARN("gdkWinState="+gdkWinState+" for xid="+xwin);
+ F.LOG("gdkWinState="+gdkWinState+" for xid="+xwin);
// NOTE: Gecko 8.0 provides the 'sizemodechange' event
if (gdkWinState === gdk.GDK_WINDOW_STATE_ICONIFIED) {
F.LOG("GOT ICONIFIED");
--
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