[Commits] [SCM] claws branch, master, updated. 3.13.2-31-g2836acb
ticho at claws-mail.org
ticho at claws-mail.org
Thu Feb 11 00:47:48 CET 2016
The branch, master has been updated
via 2836acb33589ba81188513fddc632836c6b1e2ff (commit)
from b88955da552b8d5e721a108bd5615f989b8e5e22 (commit)
Summary of changes:
src/gtk/inputdialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2836acb33589ba81188513fddc632836c6b1e2ff
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Thu Feb 11 00:47:07 2016 +0100
Fix inputdialog modality and focus issue.
diff --git a/src/gtk/inputdialog.c b/src/gtk/inputdialog.c
index 00c2733..c131c0a 100644
--- 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;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list