diff options
Diffstat (limited to 'src/plugins/fs/download.c')
-rw-r--r-- | src/plugins/fs/download.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c index 639c5a69..06fbbadf 100644 --- a/src/plugins/fs/download.c +++ b/src/plugins/fs/download.c | |||
@@ -173,6 +173,9 @@ static void initiateDownload(GtkTreeModel * model, | |||
173 | } | 173 | } |
174 | if (name == NULL) | 174 | if (name == NULL) |
175 | name = filename; | 175 | name = filename; |
176 | |||
177 | addLogEntry(_("Downloading...")); | ||
178 | |||
176 | list = MALLOC(sizeof(DownloadList)); | 179 | list = MALLOC(sizeof(DownloadList)); |
177 | list->next = head; | 180 | list->next = head; |
178 | list->rr = NULL; | 181 | list->rr = NULL; |