aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/weekday-picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/weekday-picker.c')
-rw-r--r--calendar/gui/weekday-picker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/weekday-picker.c b/calendar/gui/weekday-picker.c
index 7059b14133..3d19ac8b37 100644
--- a/calendar/gui/weekday-picker.c
+++ b/calendar/gui/weekday-picker.c
@@ -219,6 +219,8 @@ weekday_picker_init (WeekdayPicker *wp)
{
WeekdayPickerPrivate *priv;
+ GTK_WIDGET_UNSET_FLAGS (wp, GTK_CAN_FOCUS);
+
priv = g_new0 (WeekdayPickerPrivate, 1);
wp->priv = priv;