diff options
Diffstat (limited to 'embed/mozilla/MozDownload.cpp')
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 4 |
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); } |