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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 4 17:00:50 EEST 2007
Author: jobi
Date: 2007-09-04 17:00:46 +0300 (Tue, 04 Sep 2007)
New Revision: 13585

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-toggle-button.c
Log:

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

	* libhildondesktop/hildon-desktop-panel-window-composite.c.
	libhildondesktop/hildon-desktop-toggle-button.c:
	- chain style_set to parent class



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-04 13:59:57 UTC (rev 13584)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-04 14:00:46 UTC (rev 13585)
@@ -1,5 +1,11 @@
 2007-09-04 Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildondesktop/hildon-desktop-panel-window-composite.c.
+	libhildondesktop/hildon-desktop-toggle-button.c:
+	- chain style_set to parent class
+
+2007-09-04 Johan Bilien  <johan.bilien at nokia.com>
+
 	* libhildonwm/hd-wm.c: Fixed the leak of an X property
 
 2007-09-04  Lucas Rocha  <lucas.rocha at nokia.com>

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c	2007-09-04 13:59:57 UTC (rev 13584)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-window-composite.c	2007-09-04 14:00:46 UTC (rev 13585)
@@ -559,6 +559,8 @@
   else
     priv->scale = FALSE;
 
+  GTK_WIDGET_CLASS (parent_class)->style_set (widget, old_style);
+
 }
 
 #endif

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-toggle-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-toggle-button.c	2007-09-04 13:59:57 UTC (rev 13584)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-toggle-button.c	2007-09-04 14:00:46 UTC (rev 13585)
@@ -194,6 +194,8 @@
                                              &priv->pressed_picture,
                                              &priv->pressed_picture_mask,
                                              NULL, NULL);
+
+  GTK_WIDGET_CLASS (hildon_desktop_toggle_button_parent_class)->style_set (widget, old_style);
 }
 
 static void


More information about the maemo-commits mailing list