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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 3 17:52:05 EEST 2007
Author: jobi
Date: 2007-04-03 17:52:04 +0300 (Tue, 03 Apr 2007)
New Revision: 10941

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c
Log:

2007-04-03  Johan Bilien  <johan.bilien at nokia.com>

	* libhildondesktop/hildon-desktop-panel-expandable.c:
	- fixed a compilation warning



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-03 14:43:35 UTC (rev 10940)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-03 14:52:04 UTC (rev 10941)
@@ -1,5 +1,10 @@
-2007-04-02  Johan Bilien  <johan.bilien at nokia.com>
+2007-04-03  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildondesktop/hildon-desktop-panel-expandable.c:
+	- fixed a compilation warning
+
+2007-04-03  Johan Bilien  <johan.bilien at nokia.com>
+
 	* src/hd-plugin-loader-legacy.c:
 	- call show_all on the home widgets as it was done in
 	maemo-af-desktop

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c	2007-04-03 14:43:35 UTC (rev 10940)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c	2007-04-03 14:52:04 UTC (rev 10941)
@@ -217,7 +217,7 @@
 				                    HildonDesktopPanelExpandable *panel)
 {
    gboolean in_panel_area = FALSE,
-   	    in_button_area;
+   	    in_button_area = FALSE;
    gint x,y,w,h;
    
     if (!event) 


More information about the maemo-commits mailing list