From 9c6bce4c376a2add62ed8ce0b2fef36e171161ff Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 16 Oct 2006 18:15:43 +0000 Subject: Fixes #332101 svn path=/trunk/; revision=32902 --- calendar/gui/tasks-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/tasks-component.c') diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index 35ddd3b0bd..1ecdba1811 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -508,7 +508,7 @@ source_removed_cb (ETasks *tasks, ESource *source, TasksComponentView *component static void set_info (TasksComponentView *component_view) { - GString *message = g_string_new (""); + GString *message = g_string_new (NULL); int rows, selected_rows; rows = e_table_model_row_count (component_view->model); -- cgit v1.2.3