[maemo-commits] [maemo-commits] r14154 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Sep 28 10:58:50 EEST 2007
- Previous message: [maemo-commits] r14153 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14155 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-28 10:58:49 +0300 (Fri, 28 Sep 2007) New Revision: 14154 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/libhildonmenu.c Log: 2007-09-28 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/libhildonmenu.c (read_menu_conf): do not duplicate strings before adding to the TreeStore Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-28 07:45:59 UTC (rev 14153) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-28 07:58:49 UTC (rev 14154) @@ -1,5 +1,10 @@ 2007-09-28 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/libhildonmenu.c (read_menu_conf): do not + duplicate strings before adding to the TreeStore + +2007-09-28 Johan Bilien <johan.bilien at nokia.com> + * src/hd-switcher-menu-item.c: fixed the leak of the application and window names Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/libhildonmenu.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/libhildonmenu.c 2007-09-28 07:45:59 UTC (rev 14153) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/libhildonmenu.c 2007-09-28 07:58:49 UTC (rev 14154) @@ -672,8 +672,8 @@ TREE_MODEL_NAME, key, TREE_MODEL_LOCALIZED_NAME, - g_strdup (dgettext (GETTEXT_PACKAGE, - (gchar *)key)), + dgettext (GETTEXT_PACKAGE, + (gchar *)key), TREE_MODEL_ICON, folder_icon, TREE_MODEL_THUMB_ICON,
- Previous message: [maemo-commits] r14153 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r14155 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]