[gnome-commander] Do not warn when directory is not existing at startup



commit 77ea41152cc56bd54998677bbd788f85f9fa5336
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Wed Apr 13 22:50:29 2022 +0200

    Do not warn when directory is not existing at startup

 src/gnome-cmd-main-win.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-cmd-main-win.cc b/src/gnome-cmd-main-win.cc
index 5e8f2689..4a33c064 100644
--- a/src/gnome-cmd-main-win.cc
+++ b/src/gnome-cmd-main-win.cc
@@ -1234,7 +1234,7 @@ void GnomeCmdMainWin::open_tabs(FileSelectorID id)
                 auto gUri = g_uri_parse(tab->first.c_str(), G_URI_FLAGS_NONE, nullptr);
                 path = g_strdup(g_uri_get_path(gUri));
             }
-            auto *gnomeCmdDir = gnome_cmd_dir_new (home, gnome_cmd_con_create_path (home, path));
+            auto *gnomeCmdDir = gnome_cmd_dir_new (home, gnome_cmd_con_create_path (home, path), true);
             fs(id)->new_tab(gnomeCmdDir, tab->second.first, tab->second.second, tab->second.third, TRUE);
             g_free(path);
         }


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