comparison src/main.c @ 214:c0e9aac4c7bf

Comment out forgotten debugging code.
author zas_
date Sun, 30 Mar 2008 14:19:34 +0000
parents f6e307c7bad6
children f4a0555794a9
comparison
equal deleted inserted replaced
213:28f2274c9bd0 214:c0e9aac4c7bf
332 { 332 {
333 GList *list; 333 GList *list;
334 334
335 list = path_list_recursive(text); 335 list = path_list_recursive(text);
336 if (!list) return; 336 if (!list) return;
337 printf("length: %d\n", g_list_length(list)); 337 //printf("length: %d\n", g_list_length(list));
338 layout_image_slideshow_stop(NULL); 338 layout_image_slideshow_stop(NULL);
339 layout_image_slideshow_start_from_list(NULL, list); 339 layout_image_slideshow_start_from_list(NULL, list);
340 } 340 }
341 341
342 static void gr_slideshow_toggle(const gchar *text, gpointer data) 342 static void gr_slideshow_toggle(const gchar *text, gpointer data)