r2326 - in trunk/src/target/OM-2007/openmoko-libs: . libmokoui
zecke at sita.openmoko.org
zecke at sita.openmoko.org
Thu Jun 21 23:59:04 CEST 2007
Author: zecke
Date: 2007-06-21 23:59:04 +0200 (Thu, 21 Jun 2007)
New Revision: 2326
Modified:
trunk/src/target/OM-2007/openmoko-libs/ChangeLog
trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-banner.h
Log:
2007-06-21 Holger Hans Peter Freyther <zecke at selfish.org>
Match the declaration with the definition
* libmokoui/moko-banner.h: show_hide -> hide
Modified: trunk/src/target/OM-2007/openmoko-libs/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/ChangeLog 2007-06-21 15:04:15 UTC (rev 2325)
+++ trunk/src/target/OM-2007/openmoko-libs/ChangeLog 2007-06-21 21:59:04 UTC (rev 2326)
@@ -1,5 +1,11 @@
2007-06-21 Holger Hans Peter Freyther <zecke at selfish.org>
+ Match the declaration with the definition
+
+ * libmokoui/moko-banner.h: show_hide -> hide
+
+2007-06-21 Holger Hans Peter Freyther <zecke at selfish.org>
+
Remove custom parent_class handling as this is done by
the DEFINE_TYPE macro.
Compile with -Wall -Werror by adding casts, removing inner
Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-banner.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-banner.h 2007-06-21 15:04:15 UTC (rev 2325)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-banner.h 2007-06-21 21:59:04 UTC (rev 2326)
@@ -42,7 +42,7 @@
MokoBanner* moko_banner_get_instance(void);
void moko_banner_show_text(MokoBanner* self, const gchar* text, gint timeout);
-void moko_banner_show_hide(MokoBanner* self);
+void moko_banner_hide(MokoBanner* self);
G_END_DECLS
More information about the commitlog
mailing list