Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Mon, 15 Aug 2005 20:47:03 +0000 (20:47 +0000)
committerJohn Ellis <johne@verizon.net>
Mon, 15 Aug 2005 20:47:03 +0000 (20:47 +0000)
        * 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
TODO
doc/10_options.html
src/view_dir_tree.c

index 1885b7f..cd3e576 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/TODO b/TODO
index 4b83eaf..7d169fa 100644 (file)
--- 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'.
index ca6a56a..9b7c918 100644 (file)
@@ -40,7 +40,7 @@ graphical interface.</P>
 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 @@ Options</A></P>
 <P STYLE="margin-bottom: 0in"><BR>
 </P>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>
index c9a35d6..abab10b 100644 (file)
@@ -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;