Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2023-08-10 18:20:02 +0300
committermyheroyuki <myheroyuki@outlook.com>2023-08-10 18:20:02 +0300
commit578ffe682a409f77d260e78d4c84c65f6401327e (patch)
treea984a6537e4c9616e48728631e546d59ce874059 /src
parent404e4b897125b111dcd02a33eea8fda5b8084975 (diff)
[REM-2954] Save remmina file on duplication
Diffstat (limited to 'src')
-rw-r--r--src/rcw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 7b95cadee..1a464dde1 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2129,6 +2129,8 @@ static void rcw_toolbar_duplicate(GtkToolItem *toggle, RemminaConnectionWindow *
return;
if (!(cnnobj = rcw_get_visible_cnnobj(cnnwin))) return;
+ remmina_file_save(cnnobj->remmina_file);
+
remmina_exec_command(REMMINA_COMMAND_CONNECT, cnnobj->remmina_file->filename);
}