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

Stephan Arts stephan at xfce.org
Fri Mar 21 15:57:31 CET 2008


Author: stephan
Date: 2008-03-21 14:57:31 +0000 (Fri, 21 Mar 2008)
New Revision: 4078

Modified:
   ristretto/trunk/src/main_window.c
Log:
Improve behaviour when opening a folder from recent documents



Modified: ristretto/trunk/src/main_window.c
===================================================================
--- ristretto/trunk/src/main_window.c	2008-03-21 14:52:02 UTC (rev 4077)
+++ ristretto/trunk/src/main_window.c	2008-03-21 14:57:31 UTC (rev 4078)
@@ -1461,6 +1461,7 @@
             if(g_file_test(path, G_FILE_TEST_IS_DIR))
             {
                 rstto_navigator_open_folder(window->priv->navigator, path, TRUE, NULL);
+                rstto_navigator_jump_first(window->priv->navigator);
             }
             else
             {




More information about the Goodies-commits mailing list