From 2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 24 Jan 2003 05:03:54 +0000 Subject: Add a terminating NULL to the concatenation. 2003-01-23 Hans Petter Jansson * gui/dialogs/comp-editor.c (comp_editor_merge_ui): Add a terminating NULL to the concatenation. svn path=/trunk/; revision=19612 --- calendar/gui/dialogs/comp-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 24fdf3396f..4b2e4fa882 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -1101,7 +1101,7 @@ comp_editor_merge_ui (CompEditor *editor, priv = editor->priv; - path = g_strconcat (EVOLUTION_UIDIR "/", filename); + path = g_strconcat (EVOLUTION_UIDIR "/", filename, NULL); bonobo_ui_util_set_ui (priv->uic, EVOLUTION_DATADIR, path, "evolution-calendar", NULL); bonobo_ui_component_add_verb_list_with_data (priv->uic, verbs, editor); -- cgit v1.2.3