summaryrefslogtreecommitdiff
path: root/gtkplaylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtkplaylist.c')
-rw-r--r--gtkplaylist.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtkplaylist.c b/gtkplaylist.c
index 2048a9a0..25187132 100644
--- a/gtkplaylist.c
+++ b/gtkplaylist.c
@@ -1069,12 +1069,13 @@ strcopy_special (char *dest, const char *src, int len) {
int
gtkpl_add_file_info_cb (playItem_t *it, void *data) {
static int countdown = 0;
- if (countdown == 0) {
+ //if (countdown == 0)
+ {
GtkEntry *e = (GtkEntry *)data;
GDK_THREADS_ENTER();
gtk_entry_set_text (GTK_ENTRY (e), it->fname);
GDK_THREADS_LEAVE();
- usleep (0);
+ usleep (100);
countdown = 10;
}
countdown--;