[Xfce4-commits] <xfce4-panel:master> Whoops, previous commit should be FALSE.

Nick Schermer noreply at xfce.org
Wed Dec 29 20:34:01 CET 2010


Updating branch refs/heads/master
         to c37dd162bd3b506c1683c5c6d47c8e0abb34a71e (commit)
       from 0f3bf94db53801d180c90315c9ab2668c507130d (commit)

commit c37dd162bd3b506c1683c5c6d47c8e0abb34a71e
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 29 20:31:51 2010 +0100

    Whoops, previous commit should be FALSE.

 plugins/systray/systray-box.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/systray/systray-box.c b/plugins/systray/systray-box.c
index c630f90..c8ba2f8 100644
--- a/plugins/systray/systray-box.c
+++ b/plugins/systray/systray-box.c
@@ -41,7 +41,7 @@
 
 /* some icon implementations request a 1x1 size for invisible icons */
 /*#define REQUISITION_IS_INVISIBLE(child_req) ((child_req).width <= 1 && (child_req).height <= 1)*/
-#define REQUISITION_IS_INVISIBLE(child_req) (TRUE)
+#define REQUISITION_IS_INVISIBLE(child_req) (FALSE)
 
 
 



More information about the Xfce4-commits mailing list