diff options
Diffstat (limited to 'calendar/gui/quick-view.c')
-rw-r--r-- | calendar/gui/quick-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/quick-view.c b/calendar/gui/quick-view.c index 364ea8f691..ce48f4cf6e 100644 --- a/calendar/gui/quick-view.c +++ b/calendar/gui/quick-view.c @@ -103,7 +103,7 @@ create_items_for_event (QuickView *qv, CalendarObject *co, double *y, double *ma strftime (end, sizeof (end), "%H:%M", &end_tm); } - str = g_copy_strings (start, " - ", end, " ", co->ico->summary, NULL); + str = g_strconcat (start, " - ", end, " ", co->ico->summary, NULL); item = gnome_canvas_item_new (gnome_canvas_root (canvas), gnome_canvas_text_get_type (), |