From 64b318fd1b812737cc28b21469a28ad8226d0985 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 4 Jan 2005 18:48:56 +0000 Subject: use the new e-categories API in e-d-s. 2005-01-04 Rodrigo Moya * gui/e-cal-component-preview.c (write_html): use the new e-categories API in e-d-s. svn path=/trunk/; revision=28236 --- calendar/gui/e-cal-component-preview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-component-preview.c') diff --git a/calendar/gui/e-cal-component-preview.c b/calendar/gui/e-cal-component-preview.c index c85f90b526..0a4c777c67 100644 --- a/calendar/gui/e-cal-component-preview.c +++ b/calendar/gui/e-cal-component-preview.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include @@ -162,7 +163,7 @@ write_html (GtkHTMLStream *stream, ECal *ecal, ECalComponent *comp, icaltimezone for (node = l; node != NULL; node = node->next) { const char *icon_file; - icon_file = e_categories_config_get_icon_file_for ((const char *) node->data); + icon_file = e_categories_get_icon_file_for ((const char *) node->data); if (icon_file) { gtk_html_stream_printf (stream, "\"%s\"", (const char *) node->data, icon_file); -- cgit v1.2.3