From 2393a5d17e92435cb3d7726b04ff6f4a5c27c8db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 24 May 2009 11:54:43 -0400 Subject: Eliminate redundant E_ICON_SIZE_* enumeration. --- plugins/calendar-weather/calendar-weather.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/calendar-weather/calendar-weather.c') diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index 77eda067aa..b636bcee86 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -82,7 +82,7 @@ e_plugin_lib_enable (EPluginLib *epl, int enable) char *filename; filename = e_icon_factory_get_icon_filename ( - categories[ii].icon_name, E_ICON_SIZE_MENU); + categories[ii].icon_name, GTK_ICON_SIZE_MENU); e_categories_add ( _(categories[ii].description), NULL, filename, FALSE); g_free (filename); -- cgit v1.2.3