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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jun 1 23:43:34 EEST 2007
Author: moimart
Date: 2007-06-01 23:43:33 +0300 (Fri, 01 Jun 2007)
New Revision: 12075

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
Log:
2007-06-01  Moises Martinez  <moises.martinez at nokia.com>

        * libhildondesktop/hildon-home-area.c:
        - Fixed building problem when no composite enabled.
	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 20:37:34 UTC (rev 12074)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-06-01 20:43:33 UTC (rev 12075)
@@ -1,3 +1,8 @@
+2007-06-01  Moises Martinez  <moises.martinez at nokia.com>
+
+	* libhildondesktop/hildon-home-area.c:
+	- Fixed building problem when no composite enabled.
+
 2007-06-01  Johan Bilien  <johan.bilien at nokia.com>
 
 	* libhildondesktop/hildon-home-area.c:

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-06-01 20:37:34 UTC (rev 12074)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-home-area.c	2007-06-01 20:43:33 UTC (rev 12075)
@@ -2265,8 +2265,9 @@
   child_data->widget = widget;
   child_data->x = x;
   child_data->y = y;
+#ifdef HAVE_X_COMPOSITE  
   child_data->state = state;
-
+#endif
   gtk_container_child_set (GTK_CONTAINER (area), widget,
                            "child-data", child_data,
                            NULL);


More information about the maemo-commits mailing list