r3415 - trunk/src/target/OM-2007.2/daemons/neod/src

mickey at sita.openmoko.org mickey at sita.openmoko.org
Wed Nov 14 10:48:20 CET 2007


Author: mickey
Date: 2007-11-14 10:48:20 +0100 (Wed, 14 Nov 2007)
New Revision: 3415

Modified:
   trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
Log:
neod: catch up with gtk's renaming the name property in GtkAboutDialog


Modified: trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
===================================================================
--- trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-11-14 09:26:41 UTC (rev 3414)
+++ trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c	2007-11-14 09:48:20 UTC (rev 3415)
@@ -841,7 +841,11 @@
         "authors", authors,
         "comments", "open. mobile. free.",
         "copyright", "2006-2007 OpenMoko, Inc.",
-        "program-name", "OpenMoko 2007.2",
+#if GTK_MINOR_VERSION < 12
+        "name", "OpenMoko 2007.2", /* Gtk+ up to 2.10.x */
+#else
+        "program-name", "OpenMoko 2007.2", /* Gtk+ >= 2.11 */
+#endif
         "website", "http://www.openmoko.org",
         "logo", gdk_pixbuf_new_from_file( PKGDATADIR "/openmoko-logo.jpg", NULL ),
         NULL );





More information about the commitlog mailing list