talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2836acb33589ba81188513fddc632836c6b1e2ff
parent b88955da552b8d5e721a108bd5615f989b8e5e22
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu, 11 Feb 2016 00:47:07 +0100

Fix inputdialog modality and focus issue.

Diffstat:
Msrc/gtk/inputdialog.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gtk/inputdialog.c b/src/gtk/inputdialog.c @@ -428,8 +428,8 @@ static gchar *input_dialog_open(const gchar *title, const gchar *message, else gtk_widget_hide(remember_checkbtn); - gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); manage_window_set_transient(GTK_WINDOW(dialog)); + gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); ack = fin = FALSE;