From: David Walter Seikel Date: Sun, 12 Nov 2006 02:51:49 +0000 (+0000) Subject: Oops. Too much debugging, too little sleep. X-Git-Tag: submit/devel/efl/20131022.203902~19031 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa360c527d1676999f496f044d22bf3d3fd9c809;p=platform%2Fupstream%2Fefl.git Oops. Too much debugging, too little sleep. SVN revision: 27063 --- diff --git a/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c b/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c index 786a46a..172b812 100644 --- a/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c +++ b/legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c @@ -27,7 +27,7 @@ _ecore_desktop_icon_theme_cache_check(Ecore_Desktop_Icon_Theme *icon_theme); /* FIXME: We need a way for the client to disable searching for any of these that they don't support. */ static const char *ext[] = - { "", ".edj", ".png", /* ".svgz", ".svg", */ ".xpm", NULL }; /* "" is in case the icon already has an extension, search for that first. */ + { "", ".edj", ".png", ".svgz", ".svg", ".xpm", NULL }; /* "" is in case the icon already has an extension, search for that first. */ static int init_count = 0; static Ecore_Hash *icon_theme_cache = NULL;