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:
Federico Mena Quintero
2001-01-20 15:36:39 +00:00
committed by Federico Mena Quintero
parent f741fbe53d
commit 4262a5d52e
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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;