From f575a7626a769b0a99e080944749958d644d4aef 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') diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c index f61d90c4d0..9354cbb0b1 100644 --- a/plugins/calendar-weather/calendar-weather.c +++ b/plugins/calendar-weather/calendar-weather.c @@ -86,7 +86,7 @@ e_plugin_lib_enable (EPluginLib *epl, int enable) for (i = 0; categories[i].description; i++) { char *filename; - filename = e_icon_factory_get_icon_filename (categories[i].icon_name, E_ICON_SIZE_MENU); + filename = e_icon_factory_get_icon_filename (categories[i].icon_name, GTK_ICON_SIZE_MENU); e_categories_add (_(categories[i].description), NULL, filename, FALSE); g_free (filename); } -- cgit v1.2.3