[maemo-commits] [maemo-commits] r12718 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jul 11 16:40:08 EEST 2007
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);


More information about the maemo-commits mailing list