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
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-09-10 15:32:43 +0300
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-09-20 15:51:18 +0300
commit9e40120f04b55851a8de5491f6eef061c3cad649 (patch)
tree2bee8cdd729f3a3053c7bece86a3e3d94d071a10 /plugins
parente9bb52759f88f9a7ca3c9d26e064f7dc87ad17e8 (diff)
x2go_plugin.c: Change dialog message types to error dialogs.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index 191255009..f8388f828 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -397,7 +397,7 @@ static void remmina_plugin_x2go_pyhoca_cli_exited(GPid pid,
SET_DIALOG_DATA(gp, ddata);
ddata->parent = NULL;
ddata->flags = GTK_DIALOG_MODAL;
- ddata->type = GTK_MESSAGE_INFO;
+ ddata->type = GTK_MESSAGE_ERROR;
ddata->buttons = GTK_BUTTONS_OK;
ddata->title = N_("An error occured.");
ddata->message = N_("Necessary child process 'pyhoca-cli' stopped unexpectedly.\n"
@@ -662,7 +662,7 @@ static gboolean remmina_plugin_x2go_exec_x2go(gchar *host,
SET_DIALOG_DATA(gp, ddata);
ddata->parent = NULL;
ddata->flags = GTK_DIALOG_MODAL;
- ddata->type = GTK_MESSAGE_INFO;
+ ddata->type = GTK_MESSAGE_ERROR;
ddata->buttons = GTK_BUTTONS_OK;
ddata->title = N_("An error occured while starting a X2Go session.");
ddata->message = g_strdup_printf(N_("Failed to start pyhoca-cli (%i): '%s'"),