diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-30 22:52:23 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-31 00:41:04 +0100 |
commit | 5f8dc88fa715563c3abb8ed0d8ae5d2736f7a1a9 (patch) | |
tree | 3434d40e8eb5427fc0da5d5e41325c511e16c44e /fiv-sidebar.c | |
parent | 380ddd540bd93850e4df254200cba5b1fdf05cc6 (diff) | |
download | fiv-5f8dc88fa715563c3abb8ed0d8ae5d2736f7a1a9.tar.gz fiv-5f8dc88fa715563c3abb8ed0d8ae5d2736f7a1a9.tar.xz fiv-5f8dc88fa715563c3abb8ed0d8ae5d2736f7a1a9.zip |
Minor URL-related fix-ups
Diffstat (limited to 'fiv-sidebar.c')
-rw-r--r-- | fiv-sidebar.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) |