[Commits] description_window.c 1.5.2.32 1.5.2.33
claws at claws-mail.org
claws at claws-mail.org
Wed May 16 08:07:44 CEST 2012
Update of /home/claws-mail/claws/src/gtk
In directory srv:/tmp/cvs-serv24692/src/gtk
Modified Files:
Tag: gtk2
description_window.c
Log Message:
2012-05-16 [paul] 3.8.0cvs42
* src/gtk/description_window.c
fix bug 2624, 'dialog "Action Configuration" cannot be closed'
Index: description_window.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/description_window.c,v
retrieving revision 1.5.2.32
retrieving revision 1.5.2.33
diff -u -d -r1.5.2.32 -r1.5.2.33
--- description_window.c 7 Oct 2011 09:17:50 -0000 1.5.2.32
+++ description_window.c 16 May 2012 06:07:42 -0000 1.5.2.33
@@ -50,7 +50,7 @@
description_create(dwindow);
gtk_window_set_transient_for(GTK_WINDOW(dwindow->window), GTK_WINDOW(dwindow->parent));
- gtk_window_set_modal(GTK_WINDOW(dwindow->parent), FALSE);
+ gtk_window_set_modal(GTK_WINDOW(dwindow->parent), TRUE);
gtk_window_set_destroy_with_parent(GTK_WINDOW(dwindow->window), TRUE);
gtk_widget_show(dwindow->window);
More information about the Commits
mailing list