[maemo-commits] [maemo-commits] r12718 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jul 11 16:40:08 EEST 2007
- Previous message: [maemo-commits] r12717 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12719 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-07-11 16:40:05 +0300 (Wed, 11 Jul 2007) New Revision: 12718 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c Log: 2007-07-10 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-home-area.c: Fixed compiler warning Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-11 13:31:15 UTC (rev 12717) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-11 13:40:05 UTC (rev 12718) @@ -1,5 +1,9 @@ 2007-07-10 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-home-area.c: Fixed compiler warning + +2007-07-10 Johan Bilien <johan.bilien at nokia.com> + Fixed make dist: * libhildonwm/hd-wm.c: do not include libosso.h (not used) * */Makefile.am: removed legacy EXTRA_DIST rule Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-07-11 13:31:15 UTC (rev 12717) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c 2007-07-11 13:40:05 UTC (rev 12718) @@ -1420,7 +1420,8 @@ XDamageNotifyEvent *ev = xevent; XserverRegion parts; XRectangle *rects; - guint i, n_rect; + guint i; + int n_rect; parts = XFixesCreateRegion (GDK_DISPLAY (), 0, 0); XDamageSubtract (GDK_DISPLAY (), ev->damage, None, parts);
- Previous message: [maemo-commits] r12717 - in projects/haf/trunk/hildon-fm: . debian hildon-fm
- Next message: [maemo-commits] r12719 - in projects/haf/trunk/hildon-desktop: . src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]