From daf9595797776944cc11626c7ac0c444a0602090 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 12 Feb 2004 20:08:25 +0000 Subject: Unify fallback downloads dir to get the home directory. 2004-02-12 Christian Persch * embed/mozilla/MozDownload.cpp: * src/prefs-dialog.c: (get_download_button_label): Unify fallback downloads dir to get the home directory. --- embed/mozilla/MozDownload.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'embed') 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); } -- cgit v1.2.3