Bit rot in the debugging.

Thanks devilhorns and VeXocide.


SVN revision: 26554
This commit is contained in:
David Walter Seikel 2006-10-12 15:27:58 +00:00
parent 0f1e907fd7
commit 116abd7310
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ _ecore_desktop_icon_find0(const char *icon, const char *icon_size,
/* Get the theme description file. */
theme = ecore_desktop_icon_theme_get(icon_theme, NULL);
#ifdef DEBUG
printf("SEARCHING FOR %s\n", icn);
printf("SEARCHING FOR %s\n", icon_theme);
#endif
if (!theme) return NULL;