SVN revision: 26054
This commit is contained in:
sebastid 2006-09-23 09:59:42 +00:00 committed by sebastid
parent cc3583b288
commit c544fca4d5
1 changed files with 0 additions and 2 deletions

View File

@ -898,7 +898,6 @@ ecore_desktop_paths_to_hash(const char *paths)
p++;
}
*pp = '\0';
printf("%s\n", buf);
ecore_hash_set(result, strdup(buf), strdup(buf));
if (*p) p++;
else p = NULL;
@ -951,7 +950,6 @@ ecore_desktop_paths_to_list(const char *paths)
p++;
}
*pp = '\0';
printf("%s\n", buf);
ecore_list_append(result, strdup(buf));
if (*p) p++;
else p = NULL;