unset "can-focus" on the message labels. Fixes bug #302400.

2005-04-29  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpmessagebox.c (gimp_message_box_init): unset
	"can-focus" on the message labels. Fixes bug #302400.
This commit is contained in:
Sven Neumann 2005-04-29 13:59:57 +00:00 committed by Sven Neumann
parent e06bcb883c
commit 2eba891d93
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-04-29 Sven Neumann <sven@gimp.org>
* app/widgets/gimpmessagebox.c (gimp_message_box_init): unset
"can-focus" on the message labels. Fixes bug #302400.
2005-04-29 Sven Neumann <sven@gimp.org>
* app/core/gimpprojection-construct.c: save COW projection code from

View File

@ -144,6 +144,7 @@ gimp_message_box_init (GimpMessageBox *box)
GtkWidget *label = g_object_new (GTK_TYPE_LABEL,
"wrap", TRUE,
"selectable", TRUE,
"can-focus", FALSE,
"xalign", 0.0,
"yalign", 0.5,
NULL);