diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-03-19 02:28:30 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-03-19 02:28:30 +0000 |
commit | b43bbda2e247e72782cf116003d308d21346935f (patch) | |
tree | 4f7b4d641e6566c2f600497fa6ec7c1063d3f99a /configure.in | |
parent | Updated the Greek translation (diff) | |
download | zenity-b43bbda2e247e72782cf116003d308d21346935f.tar.gz zenity-b43bbda2e247e72782cf116003d308d21346935f.tar.bz2 zenity-b43bbda2e247e72782cf116003d308d21346935f.zip |
Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the new
2004-03-19 Glynn Foster <glynn.foster@sun.com>
* src/calendar.c, src/entry.c, src/fileselection.c,
src/msg.c, src/progress.c, src/text.c, src/tree.c:
Patch from Darren Adams <darrenadams@dsl.pipex.com> to make
sure the new file chooser resizes nicely. Sanitize the default
setting of the other widgets.
* configure.in, src/util.c: Lose gconf dependancy since we
don't currently use it, although arguably we should to detect
which help browser we're supposed to run :/
* THANKS, src/about.c: Add Darren to the list.
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 7626e312..67eb8673 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_PROG_CC GTK_REQUIRED=2.3.1 -PKG_CHECK_MODULES(ZENITY, gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 gconf-2.0 libgnomecanvas-2.0) +PKG_CHECK_MODULES(ZENITY, gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 libgnomecanvas-2.0) AC_SUBST(ZENITY_CFLAGS) AC_SUBST(ZENITY_LIBS) |