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

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to