Mercurial > geeqie
changeset 214:c0e9aac4c7bf
Comment out forgotten debugging code.
author | zas_ |
---|---|
date | Sun, 30 Mar 2008 14:19:34 +0000 |
parents | 28f2274c9bd0 |
children | f2b439c7f973 |
files | src/main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main.c Sun Mar 30 14:18:04 2008 +0000 +++ b/src/main.c Sun Mar 30 14:19:34 2008 +0000 @@ -334,7 +334,7 @@ list = path_list_recursive(text); if (!list) return; -printf("length: %d\n", g_list_length(list)); +//printf("length: %d\n", g_list_length(list)); layout_image_slideshow_stop(NULL); layout_image_slideshow_start_from_list(NULL, list); }