Do not use deprecated API in docs and examples
gtk_calendar_display_options() was deprecated and removed. Use gtk_calendar_set_display_options() instead
This commit is contained in:
@ -160,7 +160,7 @@ static void calendar_set_flags( CalendarData *calendar )
|
||||
options = options + (1 << i);
|
||||
}
|
||||
if (calendar->window)
|
||||
gtk_calendar_display_options (GTK_CALENDAR (calendar->window), options);
|
||||
gtk_calendar_set_display_options (GTK_CALENDAR (calendar->window), options);
|
||||
}
|
||||
|
||||
static void calendar_toggle_flag( GtkWidget *toggle,
|
||||
|
||||
Reference in New Issue
Block a user