[maemo-commits] [maemo-commits] r12651 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jul 4 17:12:50 EEST 2007
- Previous message: [maemo-commits] r12650 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12652 - in projects/haf/trunk/hildon-desktop: . data libhildondesktop libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-07-04 17:12:48 +0300 (Wed, 04 Jul 2007) New Revision: 12651 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-07-04 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-home-area.c: fixed build warning. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-04 13:43:54 UTC (rev 12650) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-04 14:12:48 UTC (rev 12651) @@ -6,6 +6,10 @@ 2007-07-04 Lucas Rocha <lucas.rocha at nokia.com> + * libhildondesktop/hildon-home-area.c: fixed build warning. + +2007-07-04 Lucas Rocha <lucas.rocha at nokia.com> + * data/Makefile.am, data/notification-groups.conf: new notification grouping configuration file. * libhildondesktop/hildon-desktop-notification-manager.[ch] Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-07-04 13:43:54 UTC (rev 12650) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-07-04 14:12:48 UTC (rev 12651) @@ -1981,7 +1981,7 @@ guint buffer_size; GError *local_error = NULL; gint ret; - gint n_children, i; + guint n_children, i; Window *wchildren, root, parent; g_return_val_if_fail (HILDON_IS_HOME_AREA (area) && path, -1);
- Previous message: [maemo-commits] r12650 - in projects/haf/trunk/hildon-desktop: . src
- Next message: [maemo-commits] r12652 - in projects/haf/trunk/hildon-desktop: . data libhildondesktop libhildonwm src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]