diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-10-29 07:22:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-10-29 07:22:22 +0800 |
commit | 74b29db83dcbae7d8d1f953a4d2f831ef1144c78 (patch) | |
tree | 47cab6d9f11742fd5c199fe3c51d4bac21688646 /embed/ephy-embed-popup-control.c | |
parent | 55e15cb762ccb0fa32fbab23a6afb59e9770e036 (diff) | |
download | gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.gz gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.bz2 gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.lz gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.xz gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.tar.zst gsoc2013-epiphany-74b29db83dcbae7d8d1f953a4d2f831ef1144c78.zip |
Implement smart selection in the downloader view.
* embed/downloader-view.c: (downloader_view_remove_download):
Implement smart selection in the downloader view.
* data/epiphany.schemas.in:
* embed/ephy-embed-popup-control.c:
(embed_popup_download_link_cmd):
* embed/mozilla/EphyHeaderSniffer.cpp:
* lib/ephy-prefs.h:
* src/popup-commands.c: (popup_cmd_download_link):
Make persist downloads store the files in the download dir
automatically without asking the user (key only accessible via
gconf atm). CH downloads still need fixing.
Diffstat (limited to 'embed/ephy-embed-popup-control.c')
-rw-r--r-- | embed/ephy-embed-popup-control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-popup-control.c b/embed/ephy-embed-popup-control.c index 5cda121e1..650534d86 100644 --- a/embed/ephy-embed-popup-control.c +++ b/embed/ephy-embed-popup-control.c @@ -544,8 +544,7 @@ embed_popup_download_link_cmd (BonoboUIComponent *uic, { save_property_url (popup, _("Download Link"), - eel_gconf_get_boolean - (CONF_ASK_DOWNLOAD_DEST), + FALSE, "link"); } |