[maemo-commits] [maemo-commits] r12980 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Aug 1 14:40:57 EEST 2007
- Previous message: [maemo-commits] r12979 - in projects/haf/trunk/hildon-desktop: . background-manager src
- Next message: [maemo-commits] r12981 - in projects/haf/trunk/hildon-desktop: . background-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-08-01 14:40:55 +0300 (Wed, 01 Aug 2007) New Revision: 12980 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c Log: 2007-08-01 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-desktop-panel-expandable.c: - do not free the keys used in the hash table as they are owned by the desktop item Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-01 10:57:25 UTC (rev 12979) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-08-01 11:40:55 UTC (rev 12980) @@ -1,5 +1,11 @@ 2007-08-01 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-desktop-panel-expandable.c: + - do not free the keys used in the hash table as they + are owned by the desktop item + +2007-08-01 Johan Bilien <johan.bilien at nokia.com> + * background-manager/Makefile.am: - increase timeout to 2 minutes * src/hd-home-window.c: Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-08-01 10:57:25 UTC (rev 12979) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-08-01 11:40:55 UTC (rev 12980) @@ -215,7 +215,7 @@ panel->priv->items = g_hash_table_new_full (g_str_hash, g_str_equal, - (GDestroyNotify) g_free, + NULL, (GDestroyNotify) gtk_widget_destroy);
- Previous message: [maemo-commits] r12979 - in projects/haf/trunk/hildon-desktop: . background-manager src
- Next message: [maemo-commits] r12981 - in projects/haf/trunk/hildon-desktop: . background-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]