From e9d0325c62a59b47d9df06c7c709f0287ecf67b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Nov 2021 03:15:42 +0100 Subject: Add images to the list of recent files --- fastiv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastiv.c') 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); -- cgit v1.2.3