summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/calendar/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/calendar/calendar.c b/examples/calendar/calendar.c
index f6808aa147..b884b25722 100644
--- a/examples/calendar/calendar.c
+++ b/examples/calendar/calendar.c
@@ -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,