typo-- - it was in a #ifdef DEBUG... thank god :)

SVN revision: 25690
This commit is contained in:
Carsten Haitzler 2006-09-10 12:16:05 +00:00
parent 514addb183
commit 3633644e9c
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ _ecore_desktop_icon_find0(const char *icon, const char *icon_size, const char *i
/* Parse the theme description file. */
#ifdef DEBUG
printf("Path to %s is %s\n", icn, theme_path);B
printf("Path to %s is %s\n", icn, theme_path);
#endif
theme = ecore_desktop_ini_get(theme_path);
if (theme)