Mercurial > geeqie.yaz
diff src/view_dir_tree.c @ 63:e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
* view_dir_tree.c (vdtree_set_path): Do not force reading folder
contents, to allow the check for a changed timestamp do it's job.
* doc/10_options.html: Fix page link in docs.
author | gqview |
---|---|
date | Mon, 15 Aug 2005 20:47:03 +0000 |
parents | 458e396d3f35 |
children | 04ff0df3ad2f |
line wrap: on
line diff
--- a/src/view_dir_tree.c Thu Jun 16 05:26:00 2005 +0000 +++ b/src/view_dir_tree.c Mon Aug 15 20:47:03 2005 +0000 @@ -1292,7 +1292,7 @@ g_free(vdt->path); vdt->path = g_strdup(path); - fd = vdtree_populate_path(vdt, vdt->path, TRUE, TRUE); + fd = vdtree_populate_path(vdt, vdt->path, TRUE, FALSE); if (!fd) return FALSE;