[gnome-commander] GnomeCmdConHome: set should_remember_dir to TRUE



commit a7dbdfa6abe213ee0019b4bea64b6261a841e418
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Aug 14 18:18:05 2010 +0200

    GnomeCmdConHome: set should_remember_dir to TRUE

 src/gnome-cmd-con-home.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con-home.cc b/src/gnome-cmd-con-home.cc
index aa57a97..51ce38b 100644
--- a/src/gnome-cmd-con-home.cc
+++ b/src/gnome-cmd-con-home.cc
@@ -113,7 +113,7 @@ static void init (GnomeCmdConHome *home_con)
     con->alias = g_strdup (_("Home"));
     con->method = CON_LOCAL;
     con->open_msg = g_strdup ("This should not be visible anywhere");
-    con->should_remember_dir = FALSE;
+    con->should_remember_dir = TRUE;
     con->needs_open_visprog = FALSE;
     con->needs_list_visprog = FALSE;
     con->can_show_free_space = TRUE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]