diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-05 22:51:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-05 22:51:04 +0800 |
commit | 4a908fdf31de0e6af305beac5eb95e3f471fefdd (patch) | |
tree | 5b8cf4f93795ed06e000c89782dcfc24eef3a195 /configure.ac | |
parent | 3d7629fc67819da501b38ad3a85cf1f616e5d27b (diff) | |
download | gsoc2013-epiphany-4a908fdf31de0e6af305beac5eb95e3f471fefdd.tar.gz gsoc2013-epiphany-4a908fdf31de0e6af305beac5eb95e3f471fefdd.tar.zst gsoc2013-epiphany-4a908fdf31de0e6af305beac5eb95e3f471fefdd.zip |
R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h:
2004-10-05 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* lib/egg/Makefile.am:
R lib/egg/eggdropdowntoolbutton.c:
R lib/egg/eggdropdowntoolbutton.h:
* src/ephy-navigation-action.c: (menu_activated_cb),
(connect_proxy), (ephy_navigation_action_class_init):
Port to GtkMenuToolButton.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f0b2a580..ae8463421 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_PROG_INTLTOOL([0.29]) GLIB_REQUIRED=2.5.3 PANGO_REQUIRED=1.5.1 -GTK_REQUIRED=2.5.3 +GTK_REQUIRED=2.5.4 LIBXML_REQUIRED=2.6.6 LIBGNOMEVFS_REQUIRED=2.3.1 LIBGLADE_REQUIRED=2.3.1 |