From c76e6322cf850d3e7a909ae1353bdde8b2911cac Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 25 Sep 2001 22:11:29 +0000 Subject: Warnings Create an image cache USe task.png Warnings Create an image cache USe task.png svn path=/trunk/; revision=13128 --- my-evolution/e-summary-tasks.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'my-evolution/e-summary-tasks.c') diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 18e92b86fe..1fe44371eb 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -19,6 +19,7 @@ #include #include +#include #include struct _ESummaryTasks { @@ -249,7 +250,7 @@ generate_html (gpointer data) cal_component_get_completed (comp, &completed); if (completed == NULL) { - tmp = g_strdup_printf ("   " "%s
", uid, text.value ? text.value : _("(No Description)")); @@ -261,11 +262,11 @@ generate_html (gpointer data) text.value); #endif cal_component_free_icaltimetype (completed); - gtk_object_unref (comp); + gtk_object_unref (GTK_OBJECT (comp)); continue; } - gtk_object_unref (comp); + gtk_object_unref (GTK_OBJECT (comp)); g_string_append (string, tmp); g_free (tmp); } @@ -321,7 +322,7 @@ e_summary_tasks_protocol (ESummary *summary, CORBA_exception_init (&ev); factory = oaf_activate_from_id ("OAFIID:GNOME_Evolution_Calendar_CompEditorFactory", 0, NULL, &ev); if (BONOBO_EX (&ev)) { - g_message ("%d: Could not activate the component editor factory (%s)", __FUNCTION__, + g_message ("%s: Could not activate the component editor factory (%s)", __FUNCTION__, CORBA_exception_id (&ev)); CORBA_exception_free (&ev); return; -- cgit v1.2.3