aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCarl van Tonder <carl@supervacuo.com>2009-12-09 00:14:52 +0800
committerXan Lopez <xan@gnome.org>2009-12-09 00:59:28 +0800
commitffe63b2868201600e3c0bf9f203de387c3616c40 (patch)
treede4ced06de2a2875d58fc2fef23cf52dc6260437 /lib
parent1acaa540531f9ed3b33f87e10f0817b8c8ffd988 (diff)
downloadgsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.gz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.bz2
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.lz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.xz
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.tar.zst
gsoc2013-epiphany-ffe63b2868201600e3c0bf9f203de387c3616c40.zip
Add gconf key to control the search engine used in auto-search
Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 33d5388c9..b3fac06ec 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -31,6 +31,7 @@ G_BEGIN_DECLS
/* General */
#define CONF_GENERAL_HOMEPAGE "/apps/epiphany/general/homepage"
+#define CONF_URL_SEARCH "/apps/epiphany/general/url_search"
#define CONF_ALWAYS_SHOW_TABS_BAR "/apps/epiphany/general/always_show_tabs_bar"
#define CONF_WINDOWS_SHOW_TOOLBARS "/apps/epiphany/general/show_toolbars"
#define CONF_WINDOWS_SHOW_BOOKMARKS_BAR "/apps/epiphany/general/show_bookmarks_bar"