[maemo-commits] [maemo-commits] r12177 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jun 7 14:55:46 EEST 2007
- Previous message: [maemo-commits] r12176 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12178 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-06-07 14:55:45 +0300 (Thu, 07 Jun 2007) New Revision: 12177 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-06-07 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: - do not call the parent_class remove handler, because it generates a non-implemented warning. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-07 11:43:26 UTC (rev 12176) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-07 11:55:45 UTC (rev 12177) @@ -1,3 +1,9 @@ +2007-06-07 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-area.c: + - do not call the parent_class remove handler, because it + generates a non-implemented warning. + 2007-06-07 Moises Martinez <moises.martinez at nokia.com> * policies/tasknavigator-policy.c: Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-06-07 11:43:26 UTC (rev 12176) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-06-07 11:55:45 UTC (rev 12177) @@ -1810,9 +1810,6 @@ child_data_free (child_data); } - - if (GTK_CONTAINER_CLASS (parent_class)->remove) - GTK_CONTAINER_CLASS (parent_class)->remove (area, applet); } /* Public functions */
- Previous message: [maemo-commits] r12176 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12178 - in projects/haf/trunk/hildon-plugins-settings: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]