From 5476436ba14ebe1fb844de2904aca75a3ca7ec82 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 18 Dec 2017 12:41:08 +0100 Subject: Fix Travis build for Debian --- remmina-plugins/exec/exec_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remmina-plugins') 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)); -- cgit v1.2.3