aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fastiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv.c b/fastiv.c
index 5e75d6b..e07a43f 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -155,7 +155,7 @@ open(const gchar *path)
gchar *uri = g_filename_to_uri(path, NULL, NULL);
if (uri) {
- gtk_recent_manager_add_item(gtk_recent_manager_get_default(), path);
+ gtk_recent_manager_add_item(gtk_recent_manager_get_default(), uri);
g_free(uri);
}