[maemo-commits] [maemo-commits] r9731 - in projects/haf/trunk/maemo-af-desktop: . hildon-home hildon-status-bar
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 8 10:36:06 EET 2007
- Previous message: [maemo-commits] r9730 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gtk
- Next message: [maemo-commits] r9732 - in projects/haf/trunk/maemo-af-desktop: . hildon-home
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-02-08 10:36:03 +0200 (Thu, 08 Feb 2007) New Revision: 9731 Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-area.c projects/haf/trunk/maemo-af-desktop/hildon-status-bar/hildon-status-bar-main.c Log: 2007-02-08 Johan Bilien <johan.bilien at nokia.com> * hildon-home/hildon-home-area.c, hildon-status-bar/hildon-status-bar-main.c: - reverted iteration of the main loop between the load of each applet Modified: projects/haf/trunk/maemo-af-desktop/ChangeLog =================================================================== --- projects/haf/trunk/maemo-af-desktop/ChangeLog 2007-02-07 18:11:03 UTC (rev 9730) +++ projects/haf/trunk/maemo-af-desktop/ChangeLog 2007-02-08 08:36:03 UTC (rev 9731) @@ -1,3 +1,10 @@ +2007-02-08 Johan Bilien <johan.bilien at nokia.com> + + * hildon-home/hildon-home-area.c, + hildon-status-bar/hildon-status-bar-main.c: + - reverted iteration of the main loop between the load of + each applet + 2007-01-30 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 2.9.99.19 Modified: projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-area.c =================================================================== --- projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-area.c 2007-02-07 18:11:03 UTC (rev 9730) +++ projects/haf/trunk/maemo-af-desktop/hildon-home/hildon-home-area.c 2007-02-08 08:36:03 UTC (rev 9731) @@ -593,9 +593,6 @@ } n_groups --; - while (gtk_events_pending ()) - gtk_main_iteration (); - } /* Remove all the applets left in the list, they are no longer */ Modified: projects/haf/trunk/maemo-af-desktop/hildon-status-bar/hildon-status-bar-main.c =================================================================== --- projects/haf/trunk/maemo-af-desktop/hildon-status-bar/hildon-status-bar-main.c 2007-02-07 18:11:03 UTC (rev 9730) +++ projects/haf/trunk/maemo-af-desktop/hildon-status-bar/hildon-status-bar-main.c 2007-02-08 08:36:03 UTC (rev 9731) @@ -740,8 +740,6 @@ } g_free (plugin_path); - while (gtk_events_pending ()) - gtk_main_iteration (); } /* Cleanup */
- Previous message: [maemo-commits] r9730 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk gtk
- Next message: [maemo-commits] r9732 - in projects/haf/trunk/maemo-af-desktop: . hildon-home
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]