diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-26 07:37:13 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-04 23:17:34 +0200 |
commit | f24885db545d260c816329ae69510eca2e9ec41d (patch) | |
tree | 68e4725959eb04b943c2e21c05bfea3601243202 /fastiv.c | |
parent | 58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9 (diff) | |
download | fiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.gz fiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.xz fiv-f24885db545d260c816329ae69510eca2e9ec41d.zip |
Add a thumbnail loader
So far not used, we'll need another widget to make use of it.
Diffstat (limited to 'fastiv.c')
-rw-r--r-- | fastiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ add_applying_transitive_closure(const gchar *element, GHashTable *relation, // --- XDG --------------------------------------------------------------------- -static gchar * +gchar * get_xdg_home_dir(const char *var, const char *default_) { const char *env = getenv(var); |