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:
Diffstat (limited to 'src')
-rw-r--r--src/rcw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 1a464dde1..7b95cadee 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -2129,8 +2129,6 @@ 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);
}