Oops. Too much debugging, too little sleep.
authorDavid Walter Seikel <onefang@gmail.com>
Sun, 12 Nov 2006 02:51:49 +0000 (02:51 +0000)
committerDavid Walter Seikel <onefang@gmail.com>
Sun, 12 Nov 2006 02:51:49 +0000 (02:51 +0000)
SVN revision: 27063

legacy/ecore/src/lib/ecore_desktop/ecore_desktop_icon.c

index 786a46a..172b812 100644 (file)
@@ -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;