aboutsummaryrefslogtreecommitdiffstats
path: root/embed/downloader-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/downloader-view.c')
-rw-r--r--embed/downloader-view.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/embed/downloader-view.c b/embed/downloader-view.c
index f79f5c2c0..6830fe1e9 100644
--- a/embed/downloader-view.c
+++ b/embed/downloader-view.c
@@ -210,8 +210,9 @@ downloader_view_finalize (GObject *object)
DownloaderView *
downloader_view_new (void)
{
- return EPHY_DOWNLOADER_VIEW (g_object_new
- (EPHY_TYPE_DOWNLOADER_VIEW, NULL));
+ return EPHY_DOWNLOADER_VIEW (g_object_new (EPHY_TYPE_DOWNLOADER_VIEW,
+ "persist-position", TRUE,
+ NULL));
}
static char *