o-jill / kouets

automatic lint program with gui.
1 stars 0 forks source link

[bug]processing does not start by dropping files. #28

Closed o-jill closed 9 years ago

o-jill commented 9 years ago

in adding some files by dropping, process does not start automatically. it bight be "brunning_"'s state problem. "initialized" should be added.

enum {
    run_init = -1,
    run_stop = 0,
    run_running = 1,
    run_max
};
o-jill commented 9 years ago

fixed 490c0fe.