[Goodies-commits] r4665 - ristretto/trunk/src
    Stephan Arts 
    stephan at xfce.org
       
    Wed Apr 23 22:42:31 CEST 2008
    
    
  
Author: stephan
Date: 2008-04-23 20:42:31 +0000 (Wed, 23 Apr 2008)
New Revision: 4665
Modified:
   ristretto/trunk/src/main.c
Log:
Fix bug #4035
Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2008-04-23 19:35:02 UTC (rev 4664)
+++ ristretto/trunk/src/main.c	2008-04-23 20:42:31 UTC (rev 4665)
@@ -475,7 +475,11 @@
                 }
                 else
                 {
-                    rstto_navigator_open_file (navigator, path_dir, TRUE, NULL);
+                    if (g_slist_length(rof->files) == 1)
+                        rstto_navigator_open_file (navigator, path_dir, TRUE, NULL);
+                    else
+                        rstto_navigator_open_file (navigator, path_dir, FALSE, NULL);
+
                     gtk_statusbar_remove(bar, context_id, message_id);
                 }
             }
    
    
More information about the Goodies-commits
mailing list