aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-08-18 16:11:48 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2005-08-18 16:11:48 +0800
commita3c978cf4dec0f4ea2115b2d1008305b69c97f69 (patch)
tree4b268b23e1d6cd242b5af268cd3f354a74f2206b /configure.in
parent203c4997720dacdade6d5120dec555ac76261942 (diff)
downloadgsoc2013-epiphany-Release149.tar
gsoc2013-epiphany-Release149.tar.gz
gsoc2013-epiphany-Release149.tar.bz2
gsoc2013-epiphany-Release149.tar.lz
gsoc2013-epiphany-Release149.tar.xz
gsoc2013-epiphany-Release149.tar.zst
gsoc2013-epiphany-Release149.zip
2005-08-17 Marco Pesenti Gritti <mpg@redhat.com> * NEWS * configure.in: Release 1.4.9 * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed.cpp: * src/ephy-shell.c: (url_is_empty), (load_homepage), (ephy_shell_new_tab): * src/ephy-window.c: (ephy_window_load_url): Back port focus fixes from 2.10 branch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1e4a77d94..8394a9578 100644
--- a/configure.in
+++ b/configure.in
@@ -402,6 +402,9 @@ if test "x$filepicker" = "xyes"; then
AC_DEFINE([ENABLE_FILEPICKER],[1],[Define to enable the native filepicker])
fi
+dnl Broken everywhere
+AC_DEFINE([GTKMOZEMBED_BROKEN_FOCUS],[1],[Define if GtkMozEmbed has broken focus handling])
+
dnl *******************************
dnl Internationalization
dnl *******************************