aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-popup-control.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-10-29 07:22:22 +0800
committerXan Lopez <xan@src.gnome.org>2003-10-29 07:22:22 +0800
commit74b29db83dcbae7d8d1f953a4d2f831ef1144c78 (patch)
tree47cab6d9f11742fd5c199fe3c51d4bac21688646 /embed/ephy-embed-popup-control.c
parent55e15cb762ccb0fa32fbab23a6afb59e9770e036 (diff)
downloadgsoc2013-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.c3
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");
}