X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fcollect-io.c;h=1f6cf0506d56ca3046761baf6048539e5c7b31d8;hp=0c26ec40de7c3b3338d1f153c22b5363a40f5ec3;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/collect-io.c b/src/collect-io.c index 0c26ec40..1f6cf050 100644 --- a/src/collect-io.c +++ b/src/collect-io.c @@ -725,7 +725,7 @@ static void collect_manager_refresh(void) static void collect_manager_process_actions(gint max) { if (collection_manager_action_list) DEBUG_1("collection manager processing actions"); - + while (collection_manager_action_list != NULL && max > 0) { CollectManagerAction *action; @@ -934,7 +934,7 @@ void collect_manager_flush(void) void collect_manager_notify_cb(FileData *fd, NotifyType type, gpointer data) { if (!(type & NOTIFY_CHANGE) || !fd->change) return; - + DEBUG_1("Notify collect_manager: %s %04x", fd->path, type); switch (fd->change->type) {