gnome-games r9023 - in trunk: . gtali
- From: thomashpa svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r9023 - in trunk: . gtali
- Date: Wed, 8 Apr 2009 21:03:01 +0000 (UTC)
Author: thomashpa
Date: Wed Apr 8 21:03:01 2009
New Revision: 9023
URL: http://svn.gnome.org/viewvc/gnome-games?rev=9023&view=rev
Log:
Replace use of deprecated gtk symbol. Bump required gtk to 2.16 for this
Modified:
trunk/configure.in
trunk/gtali/gyahtzee.c
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Apr 8 21:03:01 2009
@@ -464,7 +464,7 @@
elif test "$with_platform" = "hildon"; then
GTK_REQUIRED=2.10.0
else
-GTK_REQUIRED=2.14.0
+GTK_REQUIRED=2.16.0
fi
GCONF_REQUIRED=2.0
Modified: trunk/gtali/gyahtzee.c
==============================================================================
--- trunk/gtali/gyahtzee.c (original)
+++ trunk/gtali/gyahtzee.c Wed Apr 8 21:03:01 2009
@@ -821,7 +821,7 @@
gtk_widget_show (GTK_WIDGET (mbutton));
toolbar = gtk_toolbar_new ();
- gtk_toolbar_set_orientation (GTK_TOOLBAR (toolbar),
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (toolbar),
GTK_ORIENTATION_VERTICAL);
gtk_toolbar_set_style (GTK_TOOLBAR (toolbar), GTK_TOOLBAR_ICONS);
gtk_toolbar_set_show_arrow (GTK_TOOLBAR (toolbar), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]