[Goodies-commits] r3750 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Mon Dec 24 15:35:24 CET 2007


Author: stephan
Date: 2007-12-24 14:35:23 +0000 (Mon, 24 Dec 2007)
New Revision: 3750

Modified:
   ristretto/trunk/src/navigator.c
Log:
Fix preloader (set max_history on 1)


Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2007-12-24 09:11:44 UTC (rev 3749)
+++ ristretto/trunk/src/navigator.c	2007-12-24 14:35:23 UTC (rev 3750)
@@ -131,7 +131,7 @@
     navigator->old_position = -1;
     navigator->timeout = 5000;
     navigator->monitor = thunar_vfs_monitor_get_default();
-    navigator->max_history = 0;
+    navigator->max_history = 1;
     navigator->preload = FALSE;
 
     navigator->factory = thunar_vfs_thumb_factory_new(THUNAR_VFS_THUMB_SIZE_NORMAL);




More information about the Goodies-commits mailing list