Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r2326 - in trunk/src/target/OM-2007/openmoko-libs: .
      libmokoui ([EMAIL PROTECTED])
--- Begin Message ---
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  <[EMAIL PROTECTED]>

        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  <[EMAIL PROTECTED]>
 
+        Match the declaration with the definition
+
+        * libmokoui/moko-banner.h: show_hide -> hide
+
+2007-06-21  Holger Hans Peter Freyther  <[EMAIL PROTECTED]>
+
         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




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to