diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-11-05 02:35:29 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-11-05 02:35:29 +0800 |
commit | 49103bde7a0ab9b73c774af446bb1c29b0dc8cf9 (patch) | |
tree | c945fcb8bcbd9b48608cbf9988c9ca502046f717 /lib/ephy-prefs.h | |
parent | ddaaf5bd5e7bf588131be271d2c12a825c6bd833 (diff) | |
download | gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar.gz gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar.bz2 gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar.lz gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar.xz gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.tar.zst gsoc2013-epiphany-49103bde7a0ab9b73c774af446bb1c29b0dc8cf9.zip |
Rework ContentHandler to use the auto_open_downloads key.
* data/epiphany.schemas.in:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* lib/ephy-prefs.h:
Rework ContentHandler to use the auto_open_downloads key.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index cdb7271da..e23b9ad6b 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -28,7 +28,7 @@ G_BEGIN_DECLS #define CONF_WINDOWS_SHOW_BOOKMARKS_BAR "/apps/epiphany/general/show_bookmarks_bar" #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_AUTO_OPEN_DOWNLOADS "/apps/epiphany/general/auto_open_downloads" #define CONF_DESKTOP_IS_HOME_DIR "/apps/nautilus/preferences/desktop_is_home_dir" /* Directories */ |