[maemo-commits] [maemo-commits] r14407 - projects/haf/trunk/hildon-1/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Oct 10 15:49:05 EEST 2007
Author: xan
Date: 2007-10-10 15:49:04 +0300 (Wed, 10 Oct 2007)
New Revision: 14407

Modified:
   projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
Log:
You didn't see anything there, use the proper macro.


Modified: projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-10-10 12:45:19 UTC (rev 14406)
+++ projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-10-10 12:49:04 UTC (rev 14407)
@@ -51,6 +51,7 @@
 #include                                        <gtk/gtkbbox.h>
 #include                                        <gtk/gtklabel.h>
 #include                                        <gtk/gtkalignment.h>
+#include                                        <gtk/gtkversion.h>
 #include                                        <libintl.h>
 #include                                        "hildon-code-dialog-private.h"
 
@@ -302,7 +303,7 @@
     gtk_container_add (GTK_CONTAINER (priv->buttons[3][2]), image1);
     dialog_action_area1 = GTK_DIALOG (dialog)->action_area;
     gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1),
-#if GTK_VERSION_CHECK(2,11,0) || defined(MAEMO_GTK)
+#if GTK_CHECK_VERSION(2,11,0) || defined(MAEMO_GTK)
                                GTK_BUTTONBOX_CENTER);
 #else
                                GTK_BUTTONBOX_DEFAULT_STYLE);


More information about the maemo-commits mailing list