[maemo-commits] [maemo-commits] r12864 - in projects/haf/trunk/hildon-desktop: . background-manager
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jul 27 10:17:38 EEST 2007
- Previous message: [maemo-commits] r12863 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12865 - in projects/haf/trunk/hildon-home-webshortcut: . plugin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-07-27 10:17:36 +0300 (Fri, 27 Jul 2007) New Revision: 12864 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/background-manager/Makefile.am Log: 2007-07-27 Lucas Rocha <lucas.rocha at nokia.com> * background-manager/Makefile.am: fixed typo and a build warning. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-27 07:09:30 UTC (rev 12863) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-27 07:17:36 UTC (rev 12864) @@ -1,5 +1,9 @@ -2007-07-26 Lucas Rocha <lucas.rocha at nokia.com> +2007-07-27 Lucas Rocha <lucas.rocha at nokia.com> + * background-manager/Makefile.am: fixed typo and a build warning. + +2007-07-27 Lucas Rocha <lucas.rocha at nokia.com> + * src/hd-plugin-manager.c (hd_plugin_manager_sync): fixed object references leaks on plugins when syncing. Fixes NB#62321 Modified: projects/haf/trunk/hildon-desktop/background-manager/Makefile.am =================================================================== --- projects/haf/trunk/hildon-desktop/background-manager/Makefile.am 2007-07-27 07:09:30 UTC (rev 12863) +++ projects/haf/trunk/hildon-desktop/background-manager/Makefile.am 2007-07-27 07:17:36 UTC (rev 12864) @@ -22,7 +22,7 @@ background-manager.xml cat background-manager.h background-manager-dbus.h hildon-background-manager-tmp.h |\ sed 's/dbus_g_proxy_begin_call/dbus_g_proxy_begin_call_with_timeout/' |\ - sed 's/g_free, /g_free, 60000, /' \ + sed 's/g_free, /g_free, 60000, /' \ > hildon-background-manager.h pkgincludedir = $(includedir)/libhildondesktop/libhildondesktop
- Previous message: [maemo-commits] r12863 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12865 - in projects/haf/trunk/hildon-home-webshortcut: . plugin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]