summaryrefslogtreecommitdiff
path: root/amiga/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/download.c')
-rw-r--r--amiga/download.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/download.c b/amiga/download.c
index 4e9b2966a..fe9f370f5 100644
--- a/amiga/download.c
+++ b/amiga/download.c
@@ -30,6 +30,7 @@
#include "amiga/object.h"
#include "amiga/options.h"
#include "amiga/save_complete.h"
+#include "amiga/bitmap.h"
#include "content/fetch.h"
@@ -367,6 +368,9 @@ void ami_drag_save(struct Window *win)
case GUI_SAVE_OBJECT_NATIVE:
{
struct content *c = drag_save_data;
+ c->bitmap->url = c->url;
+ c->bitmap->title = c->title;
+ AddPart(path,c->title,1024);
bitmap_save(c->bitmap,path,0);
}
break;