From 50cf0246c0732ee0cc62ff9e8011614c9e928ebb Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 30 Dec 1998 21:05:50 +0000 Subject: s/g_copy_strings/g_strconcat/ svn path=/trunk/; revision=566 --- calendar/gui/quick-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/quick-view.c') 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 (), -- cgit v1.2.3