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:
authorAntenore Gatta <antenore@simbiosi.org>2017-12-18 14:41:08 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-12-18 14:41:08 +0300
commit5476436ba14ebe1fb844de2904aca75a3ca7ec82 (patch)
treed947f8a4c33a2319dd6f54ad7bb60d23a41f90b9 /remmina-plugins
parent273cf1a07330d56a115f3406d0b88f5b64a460c6 (diff)
Fix Travis build for Debian
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/exec/exec_plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remmina-plugins/exec/exec_plugin.c b/remmina-plugins/exec/exec_plugin.c
index 85eeb2d4f..9709eb5cf 100644
--- a/remmina-plugins/exec/exec_plugin.c
+++ b/remmina-plugins/exec/exec_plugin.c
@@ -123,8 +123,8 @@ static gboolean remmina_plugin_exec_run(RemminaProtocolWidget *gp)
}else {
sync_warning =
_("WARNING! Executing a command synchronously, may hung Remmina.\r"
- "Do you really want to continue?");
- dialog = GTK_DIALOG(gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL | GTK_DIALOG_USE_HEADER_BAR,
+ "Do you really want to continue?");
+ dialog = GTK_DIALOG(gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, sync_warning));
gint result = gtk_dialog_run (GTK_DIALOG (dialog));