[maemo-developers] [maemo-developers] [PATCH] hildon-window.c Rev 8761
From: Michael 'Mickey' Lauer mickeyl at linuxtogo.orgDate: Thu Dec 14 18:30:07 EET 2006
- Previous message: [maemo-developers] Libbattery.so can I find the src?
- Next message: [maemo-developers] [PATCH] hildon-window.c Rev 8761
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-developers] Libbattery.so can I find the src?
- Next message: [maemo-developers] [PATCH] hildon-window.c Rev 8761
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]