Unset the GTK_CAN_FOCUS flag on the weekday picker. This will do until it
2001-01-19 Federico Mena Quintero <federico@ximian.com> * gui/weekday-picker.c (weekday_picker_init): Unset the GTK_CAN_FOCUS flag on the weekday picker. This will do until it supports being used with the keyboard. svn path=/trunk/; revision=7664
This commit is contained in:
committed by
Federico Mena Quintero
parent
f741fbe53d
commit
4262a5d52e
@ -1,3 +1,9 @@
|
||||
2001-01-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gui/weekday-picker.c (weekday_picker_init): Unset the
|
||||
GTK_CAN_FOCUS flag on the weekday picker. This will do until it
|
||||
supports being used with the keyboard.
|
||||
|
||||
2001-01-19 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* cal-util/cal-component.c (cal_component_alarm_new): create a new
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user