From dd4383d49c894c8ff693c9ff34037c65d0bb43bd Mon Sep 17 00:00:00 2001 From: John Ellis Date: Mon, 15 Aug 2005 20:47:03 +0000 Subject: [PATCH] Mon Aug 15 16:35:15 2005 John Ellis * 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. --- ChangeLog | 6 ++++++ TODO | 6 +++++- doc/10_options.html | 4 ++-- src/view_dir_tree.c | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1885b7f8..cd3e576d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Aug 15 16:35:15 2005 John Ellis + + * 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. + Thu Jun 16 01:21:43 2005 John Ellis * cache-loader.c (cache_loader_process): When converting Exif date diff --git a/TODO b/TODO index 4b83eaf5..7d169fa3 100644 --- a/TODO +++ b/TODO @@ -89,9 +89,13 @@ d> fix window size hints not to use USER_SIZE as we do not use gtk_window_resize > folder tree view shortcuts for expanding/collapsing leak through to the main window (+,-,*,/, etc.), figure what behavior is desired and fix this. + --- Doc updates: + + > default edit commands not described. + ------------- -d> update translations: it(x) ( ) ( ) + > update translations: fr( ) it(x) pl( ) zh_TW( ) > document recent additions/changes: > Added 'Fast jpeg thumbnailing'. diff --git a/doc/10_options.html b/doc/10_options.html index ca6a56a6..9b7c918a 100644 --- a/doc/10_options.html +++ b/doc/10_options.html @@ -40,7 +40,7 @@ graphical interface.

Options

10.2 Image Options

-

10.3 Window +

10.3 Window Options

10.4 Filtering Options

@@ -93,4 +93,4 @@ Options


- \ No newline at end of file + diff --git a/src/view_dir_tree.c b/src/view_dir_tree.c index c9a35d67..abab10bd 100644 --- a/src/view_dir_tree.c +++ b/src/view_dir_tree.c @@ -1292,7 +1292,7 @@ gint vdtree_set_path(ViewDirTree *vdt, const gchar *path) 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; -- 2.20.1