aboutsummaryrefslogtreecommitdiff
path: root/src/alertpanel.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-30 09:07:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-30 09:07:51 +0000
commit72f8ffc8f284c3b8fc3534b8d8265f611471b0ac (patch)
tree614b3e1c62bb1da4751eb05fee2c60f3a95e4770 /src/alertpanel.c
parent1ba8e59ec882952619ed60d6bb5af826fad8b841 (diff)
don't let some labels take focus.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@298 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/alertpanel.c')
-rw-r--r--src/alertpanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alertpanel.c b/src/alertpanel.c
index 9b062d0a..c24360d3 100644
--- a/src/alertpanel.c
+++ b/src/alertpanel.c
@@ -258,6 +258,7 @@ static void alertpanel_create(const gchar *title,
gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.0);
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
+ GTK_WIDGET_UNSET_FLAGS(label, GTK_CAN_FOCUS);
if (can_disable) {
hbox = gtk_hbox_new(FALSE, 0);