aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index cfb87b5663..f97471aa28 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -1299,8 +1299,9 @@ e_meeting_time_selector_options_menu_position_callback (GtkMenu *menu,
}
static void
-e_meeting_time_selector_refresh_cb (EMeetingTimeSelector *mts)
+e_meeting_time_selector_refresh_cb (gpointer data)
{
+ EMeetingTimeSelector *mts = data;
gtk_widget_queue_draw (mts->display_top);
gtk_widget_queue_draw (mts->display_main);
}