diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-10-29 07:24:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-10-29 07:24:25 +0800 |
commit | b46894849a0793af0e19e860d4900ad7929fa1e9 (patch) | |
tree | a06dd14e643d960da4914a28fbd63acdc30ee601 | |
parent | 74b29db83dcbae7d8d1f953a4d2f831ef1144c78 (diff) | |
download | gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar.gz gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar.bz2 gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar.lz gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar.xz gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.tar.zst gsoc2013-epiphany-b46894849a0793af0e19e860d4900ad7929fa1e9.zip |
Forgot this.
* lib/ephy-prefs.h:
Forgot this.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-prefs.h | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2003-10-29 Xan Lopez <xan@masilla.org> + * lib/ephy-prefs.h: + + Forgot this. + +2003-10-29 Xan Lopez <xan@masilla.org> + * embed/downloader-view.c: (downloader_view_remove_download): Implement smart selection in the downloader view. diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 844d6f7bf..bac1e56a2 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -23,13 +23,14 @@ G_BEGIN_DECLS /* General */ #define CONF_GENERAL_HOMEPAGE "/apps/epiphany/general/homepage" -#define CONF_ASK_DOWNLOAD_DEST "/apps/epiphany/general/ask_download_dest" #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" #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_DESKTOP_IS_HOME_DIR "/apps/nautilus/preferences/desktop_is_home_dir" + /* Directories */ #define CONF_STATE_SAVE_DIR "/apps/epiphany/directories/save" #define CONF_STATE_SAVE_IMAGE_DIR "/apps/epiphany/directories/saveimage" |