r2915 - in trunk/src/target/OM-2007.2/applications/openmoko-today2: . libtaku

chris at sita.openmoko.org chris at sita.openmoko.org
Wed Sep 5 15:29:01 CEST 2007


Author: chris
Date: 2007-09-05 15:29:00 +0200 (Wed, 05 Sep 2007)
New Revision: 2915

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-today2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-today2/libtaku/launcher-util.c
Log:
Fix function to match prototype in header in launcher-util.c


Modified: trunk/src/target/OM-2007.2/applications/openmoko-today2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today2/ChangeLog	2007-09-05 13:26:25 UTC (rev 2914)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today2/ChangeLog	2007-09-05 13:29:00 UTC (rev 2915)
@@ -1,6 +1,11 @@
 2007-09-05  Chris Lord,,,  <chris at openedhand.com>
 
 	* libtaku/launcher-util.c: (launcher_start):
+	Fix function to match prototype in header
+
+2007-09-05  Chris Lord,,,  <chris at openedhand.com>
+
+	* libtaku/launcher-util.c: (launcher_start):
 	* libtaku/taku-icon-tile.c: (make_bold), (taku_icon_tile_init),
 	(taku_icon_tile_set_icon_name), (taku_icon_tile_set_primary):
 	* libtaku/taku-table.c: (calculate_columns),

Modified: trunk/src/target/OM-2007.2/applications/openmoko-today2/libtaku/launcher-util.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today2/libtaku/launcher-util.c	2007-09-05 13:26:25 UTC (rev 2914)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today2/libtaku/launcher-util.c	2007-09-05 13:29:00 UTC (rev 2915)
@@ -289,7 +289,7 @@
 
 /* TODO: optionally link to GtkUnique and directly handle that? */
 void
-launcher_start (GtkWidget *widget, LauncherData *data)
+launcher_start (GtkWidget *widget, const LauncherData *data)
 {
   GError *error = NULL;
 #ifdef USE_LIBSN





More information about the commitlog mailing list