From 5f8dc88fa715563c3abb8ed0d8ae5d2736f7a1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 30 Dec 2021 22:52:23 +0100 Subject: Minor URL-related fix-ups --- fiv-sidebar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fiv-sidebar.c') diff --git a/fiv-sidebar.c b/fiv-sidebar.c index 7712eb9..4c2daea 100644 --- a/fiv-sidebar.c +++ b/fiv-sidebar.c @@ -220,6 +220,7 @@ complete_path(GFile *location, GtkListStore *model) { // TODO(p): Do not enter directories unless followed by '/'. // This information has already been stripped from `location`. + // TODO(p): Try out GFileCompleter. GFile *parent = G_FILE_TYPE_DIRECTORY == g_file_query_file_type(location, G_FILE_QUERY_INFO_NONE, NULL) ? g_object_ref(location) -- cgit v1.2.3