diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-08 22:29:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-08 22:29:33 +0000 |
commit | b179b5eba4c4ab4bd764a566f60f70203abe2dc0 (patch) | |
tree | 48fe31dbe8ae637c3ee0f390132f09a03cfb80d4 /configure.in | |
parent | 6b7b0c2bc351dc71d6b29fec31226186c00dce17 (diff) | |
download | gdk-pixbuf-b179b5eba4c4ab4bd764a566f60f70203abe2dc0.tar.gz |
Use g_get_application_name() instead of g_get_prgname() as the default
Fri Nov 8 17:08:54 2002 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Use
g_get_application_name() instead of g_get_prgname()
as the default window title when set.
* gdk/x11/gdkwindow-x11.c gdk/x11/gdkdisplay-x11.[ch]:x
Set g_get_application_name() as the title for the
leader window the first time we create a window
pointing to it.
* tests/testgtk.c (main): Call g_set_application_name();
* configure.in (GDK_PIXBUF_VERSION): Require GLib-2.1.3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9b2b96974..99cff557a 100644 --- a/configure.in +++ b/configure.in @@ -88,7 +88,7 @@ AC_SUBST(GDK_PIXBUF_MICRO) AC_SUBST(GDK_PIXBUF_VERSION) ## Versions of dependencies -GLIB_REQUIRED_VERSION=2.0.1 +GLIB_REQUIRED_VERSION=2.1.3 PANGO_REQUIRED_VERSION=1.0.1 ATK_REQUIRED_VERSION=1.0.1 |