summaryrefslogtreecommitdiff
path: root/lib/widgets/ephy-downloads-popover.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-downloads-popover.c')
-rw-r--r--lib/widgets/ephy-downloads-popover.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/widgets/ephy-downloads-popover.c b/lib/widgets/ephy-downloads-popover.c
index 6d1dce9ac..060e98e25 100644
--- a/lib/widgets/ephy-downloads-popover.c
+++ b/lib/widgets/ephy-downloads-popover.c
@@ -50,7 +50,9 @@ download_box_row_activated_cb (EphyDownloadsPopover *popover,
if (!ephy_download_succeeded (download))
return;
- ephy_download_do_download_action (download, EPHY_DOWNLOAD_ACTION_OPEN);
+ ephy_download_do_download_action (download,
+ EPHY_DOWNLOAD_ACTION_OPEN,
+ gtk_get_current_event_time ());
}
static void