[maemo-commits] [maemo-commits] r10878 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 30 18:49:53 EEST 2007
Author: moimart
Date: 2007-03-30 18:49:52 +0300 (Fri, 30 Mar 2007)
New Revision: 10878

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hn-app-button.c
Log:

	* Added notify of property.
 	* ChangeLog updated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-03-30 15:34:55 UTC (rev 10877)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-03-30 15:49:52 UTC (rev 10878)
@@ -1,4 +1,4 @@
-2007-03-29  Moises Martinez  <moises.martinez at nokia.com>
+2007-03-30  Moises Martinez  <moises.martinez at nokia.com>
 
 	* src/hd-desktop.c:
 	- Use old DOCK_TITLEBAR on hildon-desktop-window-dialog child class

Modified: projects/haf/trunk/hildon-desktop/src/hn-app-button.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-03-30 15:34:55 UTC (rev 10877)
+++ projects/haf/trunk/hildon-desktop/src/hn-app-button.c	2007-03-30 15:49:52 UTC (rev 10878)
@@ -870,6 +870,7 @@
     case BUTTON_PROP_ENTRY_INFO:
       hn_app_button_set_entry_info (app_button,
 		                    g_value_get_pointer (value));
+      g_object_notify (G_OBJECT (app_button), "entry-info");
       break;
     case BUTTON_PROP_IS_BLINKING:
       hn_app_button_set_is_blinking (app_button,


More information about the maemo-commits mailing list