[maemo-developers] [maemo-developers] [PATCH] hildon-window.c Rev 8761

From: Michael 'Mickey' Lauer mickeyl at linuxtogo.org
Date: Thu Dec 14 18:30:07 EET 2006
Hi,

just found a bug in hildon-window.c. This patch fix it and should
speed Maemo up a bit since hildon_window_is_topmost_notify is called
way too many times:

Index: hildon-window.c
===================================================================
--- hildon-window.c     (Revision 8761)
+++ hildon-window.c     (Arbeitskopie)
@@ -777,7 +777,7 @@
 
         hildon_window_update_title (window);
     }
-    else if (strcmp (param->name, "is-topmost"))
+    else if (strcmp (param->name, "is-topmost") == 0)
     {
         hildon_window_is_topmost_notify (window);
     }

Best Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de


More information about the maemo-developers mailing list