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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Apr 2 15:12:32 EEST 2007
Author: jobi
Date: 2007-04-02 15:12:30 +0300 (Mon, 02 Apr 2007)
New Revision: 10890

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-status-bar-item.h
Log:

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

	* libhildondesktop/hildon-status-bar-item.h:
	- Fixed GET_TYPE macro



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-02 10:08:14 UTC (rev 10889)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-04-02 12:12:30 UTC (rev 10890)
@@ -1,5 +1,10 @@
 2007-04-02  Johan Bilien  <johan.bilien at nokia.com>
 
+	* libhildondesktop/hildon-status-bar-item.h:
+	- Fixed GET_TYPE macro
+
+2007-04-02  Johan Bilien  <johan.bilien at nokia.com>
+
 	* configure.ac: 0.0.2
 
 2007-04-02  Johan Bilien  <johan.bilien at nokia.com>

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-status-bar-item.h
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-status-bar-item.h	2007-04-02 10:08:14 UTC (rev 10889)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-status-bar-item.h	2007-04-02 12:12:30 UTC (rev 10890)
@@ -28,7 +28,7 @@
 
 G_BEGIN_DECLS
 
-#define HILDON_STATUS_BAR_ITEM_TYPE ( status_bar_item_get_type() )
+#define HILDON_STATUS_BAR_ITEM_TYPE ( statusbar_item_get_type() )
 #define HILDON_STATUS_BAR_ITEM(obj) (GTK_CHECK_CAST (obj, HILDON_STATUS_BAR_ITEM_TYPE,  HildonStatusBarItem))
 #define HILDON_STATUS_BAR_ITEM_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), HILDON_STATUS_BAR_ITEM_TYPE, HildonStatusBarItemClass))
 #define HILDON_IS_STATUS_BAR_ITEM(obj) (GTK_CHECK_TYPE (obj, HILDON_STATUS_BAR_ITEM_TYPE))


More information about the maemo-commits mailing list