gcalctool r2297 - in branches/gnome-2-24: . gcalctool
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gcalctool r2297 - in branches/gnome-2-24: . gcalctool
- Date: Sun, 9 Nov 2008 02:34:54 +0000 (UTC)
Author: rancell
Date: Sun Nov 9 02:34:54 2008
New Revision: 2297
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2297&view=rev
Log:
Bump GTK+ requirements from 2.11.6 to 2.14.0 because now using gtk_show_uri() (Bug #559960)
Modified:
branches/gnome-2-24/configure.in
branches/gnome-2-24/gcalctool/gtk.c
Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in (original)
+++ branches/gnome-2-24/configure.in Sun Nov 9 02:34:54 2008
@@ -18,7 +18,7 @@
AC_SUBST(ATK_CFLAGS)
AC_SUBST(ATK_LIBS)
-pkg_modules="gtk+-2.0 >= 2.11.6 gobject-2.0 gdk-x11-2.0 glib-2.0 atk gdk-pixbuf-2.0 libglade-2.0"
+pkg_modules="gtk+-2.0 >= 2.14.0 gobject-2.0 gdk-x11-2.0 glib-2.0 atk gdk-pixbuf-2.0 libglade-2.0"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS)
Modified: branches/gnome-2-24/gcalctool/gtk.c
==============================================================================
--- branches/gnome-2-24/gcalctool/gtk.c (original)
+++ branches/gnome-2-24/gcalctool/gtk.c Sun Nov 9 02:34:54 2008
@@ -1243,7 +1243,7 @@
GError *error = NULL;
screen = gtk_widget_get_screen (GTK_WIDGET (X->kframe));
- gtk_show_uri (screen, "g1help:gcalctool", gtk_get_current_event_time (), &error);
+ gtk_show_uri (screen, "ghelp:gcalctool", gtk_get_current_event_time (), &error);
if (error != NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]