aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fastiv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fastiv.c b/fastiv.c
index a8af8dd..a485f6f 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -152,6 +152,7 @@ open(const gchar *path)
return;
}
+ gtk_recent_manager_add_item(gtk_recent_manager_get_default(), path);
gtk_window_set_title(GTK_WINDOW(g.window), path);
gtk_stack_set_visible_child(GTK_STACK(g.stack), g.view_scroller);