aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-13 04:08:25 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-13 04:08:25 +0800
commitdaf9595797776944cc11626c7ac0c444a0602090 (patch)
treee28958cb51da73f2c8d41de7fc1087f3c82946c8 /embed
parentfe1419fe5d8f024214f008cf7cf2af61cf7b241f (diff)
downloadgsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar.gz
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar.bz2
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar.lz
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar.xz
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.tar.zst
gsoc2013-epiphany-daf9595797776944cc11626c7ac0c444a0602090.zip
Unify fallback downloads dir to get the home directory.
2004-02-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * src/prefs-dialog.c: (get_download_button_label): Unify fallback downloads dir to get the home directory.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/MozDownload.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp
index 4be00f301..6261b40af 100644
--- a/embed/mozilla/MozDownload.cpp
+++ b/embed/mozilla/MozDownload.cpp
@@ -548,10 +548,6 @@ GetFilePath (const char *filename)
if (!download_dir)
{
/* Emergency download destination */
- /* FIXME !! prefs-dialog.c::get_download_button_label()
- * claims that fallback for key == NULL is the
- * downloads dir, not the home dir !
- */
return g_build_filename (g_get_home_dir (), filename, NULL);
}