diff options
Diffstat (limited to 'calendar/quick-view.c')
-rw-r--r-- | calendar/quick-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/quick-view.c b/calendar/quick-view.c index c23ed612c0..42da747259 100644 --- a/calendar/quick-view.c +++ b/calendar/quick-view.c @@ -105,7 +105,7 @@ quick_view_map_event (GtkWidget *widget, GdkEventAny *event) * items to create and returns the y position of the next item to create. Also takes in the current * maximum width for items and returns the new maximum width. */ -void +static void create_items_for_event (QuickView *qv, CalendarObject *co, double *y, double *max_width) { GnomeCanvas *canvas; |