From 0c30eba788c3bd5488a06befcbcda8ecb087af7c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 6 Sep 2009 19:57:59 +0200 Subject: multiple selection in add folder(s) dialog --- main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 4ab24309..b569bbba 100644 --- a/main.c +++ b/main.c @@ -409,6 +409,15 @@ player_thread (uintptr_t ctx) { // float t1 = (float)clock () / CLOCKS_PER_SEC; gtkpl_add_dir (&main_playlist, (char *)ctx); // float t2 = (float)clock () / CLOCKS_PER_SEC; +// printf ("time: %f\n", t2-t1); + } + break; + case M_ADDDIRS: + { + // long time processing +// float t1 = (float)clock () / CLOCKS_PER_SEC; + gtkpl_add_dirs (&main_playlist, (GSList *)ctx); +// float t2 = (float)clock () / CLOCKS_PER_SEC; // printf ("time: %f\n", t2-t1); } break; -- cgit v1.2.3