aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-02-16 06:20:52 +0800
committerXan Lopez <xan@src.gnome.org>2009-02-16 06:20:52 +0800
commit60293e52bf139ae8b7e667efb3ee6b8576298a12 (patch)
tree4446c91791255d29323e5c20dbcc312fb606b3fa /lib/ephy-prefs.h
parent84b808dedd7821373c05bd43b8562670fbc620f4 (diff)
downloadgsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.gz
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.bz2
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.lz
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.xz
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.tar.zst
gsoc2013-epiphany-60293e52bf139ae8b7e667efb3ee6b8576298a12.zip
Add option to open new windows in tabs.
Only available as a gconf key for now, /apps/epiphany/general/open_new_windows_in_tab. Patch by Alejandro G. Castro. Bug #571593 svn path=/trunk/; revision=8783
Diffstat (limited to 'lib/ephy-prefs.h')
-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 f62335590..33d5388c9 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
#define CONF_WINDOWS_SHOW_STATUSBAR "/apps/epiphany/general/show_statusbar"
#define CONF_INTERFACE_MIDDLE_CLICK_OPEN_URL "/apps/epiphany/general/middle_click_open_url"
#define CONF_INTERFACE_TOOLBAR_STYLE "/apps/epiphany/general/toolbar_style"
+#define CONF_INTERFACE_OPEN_NEW_WINDOWS_IN_TAB "/apps/epiphany/general/open_new_windows_in_tab"
#define CONF_AUTO_DOWNLOADS "/apps/epiphany/general/automatic_downloads"
#define CONF_DESKTOP_IS_HOME_DIR "/apps/nautilus/preferences/desktop_is_home_dir"
#define CONF_NETWORK_MANAGED "/apps/epiphany/general/managed_network"