[maemo-commits] [maemo-commits] r14083 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 25 17:29:19 EEST 2007
- Previous message: [maemo-commits] r14082 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r14084 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-09-25 17:29:18 +0300 (Tue, 25 Sep 2007) New Revision: 14083 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c Log: 2007-09-25 Johan Bilien <johan.bilien at nokia.com> * libhildonwm/hd-keys.c: fixed the leak of the strings retrieved from gconf Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-25 14:02:19 UTC (rev 14082) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-25 14:29:18 UTC (rev 14083) @@ -1,5 +1,10 @@ 2007-09-25 Johan Bilien <johan.bilien at nokia.com> + * libhildonwm/hd-keys.c: fixed the leak of the strings retrieved + from gconf + +2007-09-25 Johan Bilien <johan.bilien at nokia.com> + * libhildonwm/hd-wm.c: do not send the application-starting signal if the application has a window already or has requested not to show notifications. Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c 2007-09-25 14:02:19 UTC (rev 14082) +++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-keys.c 2007-09-25 14:29:18 UTC (rev 14083) @@ -659,6 +659,8 @@ keys->shortcuts = g_slist_append (keys->shortcuts, shortcut); } } + + g_free (key_def_str); i++; } }
- Previous message: [maemo-commits] r14082 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r14084 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]