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

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st_plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st_plugin.c b/st_plugin.c
index 4b85a43..207e4ce 100644
--- a/st_plugin.c
+++ b/st_plugin.c
@@ -162,6 +162,7 @@ static gboolean remmina_plugin_st_open_connection(RemminaProtocolWidget *gp)
if (error) {
remmina_plugin_service->protocol_plugin_set_error(gp, "%s", error->message);
g_error_free(error);
+ return FALSE;
}
// Show attached window socket ID
if (!remmina_plugin_service->file_get_int(remminafile, "detached", FALSE)) {