changeset 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 5c9f78e1c5f5
children 04ff0df3ad2f
files ChangeLog TODO doc/10_options.html src/view_dir_tree.c
diffstat 4 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jun 16 05:26:00 2005 +0000
+++ b/ChangeLog	Mon Aug 15 20:47:03 2005 +0000
@@ -1,3 +1,9 @@
+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.
+
 Thu Jun 16 01:21:43 2005  John Ellis  <johne@verizon.net>
 
 	* cache-loader.c (cache_loader_process): When converting Exif date
--- a/TODO	Thu Jun 16 05:26:00 2005 +0000
+++ b/TODO	Mon Aug 15 20:47:03 2005 +0000
@@ -89,9 +89,13 @@
  > 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'.
--- a/doc/10_options.html	Thu Jun 16 05:26:00 2005 +0000
+++ b/doc/10_options.html	Mon Aug 15 20:47:03 2005 +0000
@@ -40,7 +40,7 @@
 Options</A></P>
 <P STYLE="margin-left: 0.79in">10.2 <A HREF="10_2_image.html">Image
 Options</A></P>
-<P STYLE="margin-left: 0.79in">10.3 <A HREF="10_2_window.html">Window
+<P STYLE="margin-left: 0.79in">10.3 <A HREF="10_3_window.html">Window
 Options</A></P>
 <P STYLE="margin-left: 0.79in">10.4 <A HREF="10_4_filtering.html">Filtering
 Options</A></P>
@@ -93,4 +93,4 @@
 <P STYLE="margin-bottom: 0in"><BR>
 </P>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>
--- 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;