calendar: Remove duplicate flags value
http://www.viva64.com/en/b/0383/
This commit is contained in:
@ -397,7 +397,7 @@ gtk_calendar_class_init (GtkCalendarClass *class)
|
||||
P_("Year"),
|
||||
P_("The selected year"),
|
||||
0, G_MAXINT >> 9, 0,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_EXPLICIT_NOTIFY));
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
|
||||
|
||||
/**
|
||||
* GtkCalendar:month:
|
||||
|
||||
Reference in New Issue
Block a user