[maemo-commits] [maemo-commits] r13786 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 13 14:26:14 EEST 2007
- Previous message: [maemo-commits] r13785 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13787 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-13 14:26:13 +0300 (Thu, 13 Sep 2007) New Revision: 13786 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-09-13 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: call _widget_unparent in _container_remove, to avoid leaking a reference. Fixes: NB#69452 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-13 08:10:03 UTC (rev 13785) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-13 11:26:13 UTC (rev 13786) @@ -1,3 +1,9 @@ +2007-09-13 Johan Bilien <johan.bilien at nokia.com> + + * libhildondesktop/hildon-home-area.c: call _widget_unparent + in _container_remove, to avoid leaking a reference. + Fixes: NB#69452 + 2007-09-12 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-desktop-popup-menu.c Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-09-13 08:10:03 UTC (rev 13785) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-09-13 11:26:13 UTC (rev 13786) @@ -1805,6 +1805,8 @@ } + gtk_widget_unparent (applet); + } /* Public functions */
- Previous message: [maemo-commits] r13785 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Next message: [maemo-commits] r13787 - in projects/haf/trunk/gtk+: . gtk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]