[Users] [PATCH 5/8] osx: make inputdialog menu-less

Igor Mammedov imammedo at redhat.com
Tue Jan 20 22:14:39 CET 2015


inputdialog is a bit specialcased since it uses gtk_dialog_new()
instead of gtkut_window_new() as the rest of dialogs so make it
menu-less explicitly.

Signed-off-by: Igor Mammedov <imammedo at redhat.com>
---
 src/gtk/inputdialog.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gtk/inputdialog.c b/src/gtk/inputdialog.c
index 00c2733..c4ecc4d 100644
--- a/src/gtk/inputdialog.c
+++ b/src/gtk/inputdialog.c
@@ -296,6 +296,7 @@ static void input_dialog_create(gboolean is_password)
 	GtkWidget *confirm_area;
 
 	dialog = gtk_dialog_new();
+	claws_mail_osx_set_empty_menu(dialog);
 
 	gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
 	gtk_window_set_default_size(GTK_WINDOW(dialog), 375, 100);
-- 
1.9.3 (Apple Git-50)




More information about the Users mailing list