[gnome-commander/gcmd-1-14] Do not warn when directory is not existing at startup
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-14] Do not warn when directory is not existing at startup
- Date: Sun, 1 May 2022 10:19:00 +0000 (UTC)
commit 4f1ae4f31745695248db838a47596810cbf5fce4
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]