aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/quick-view.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@src.gnome.org>1998-12-31 05:05:50 +0800
committerJeff Garzik <jgarzik@src.gnome.org>1998-12-31 05:05:50 +0800
commit50cf0246c0732ee0cc62ff9e8011614c9e928ebb (patch)
tree8d543783832ce64f120e43f86163b39b11b629f8 /calendar/gui/quick-view.c
parent60d1b615def976758bbe3c6b95a87750774ac893 (diff)
downloadgsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar.gz
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar.bz2
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar.lz
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar.xz
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.tar.zst
gsoc2013-evolution-50cf0246c0732ee0cc62ff9e8011614c9e928ebb.zip
s/g_copy_strings/g_strconcat/
svn path=/trunk/; revision=566
Diffstat (limited to 'calendar/gui/quick-view.c')
-rw-r--r--calendar/gui/quick-view.c2
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 (),