After splash would finish, evoke would ignore first request to run external command, althought

second and rest would be fine. That is hopefully fixed now.

Splash window still gets hidden by old eiconman; for other apps it is fine. Pending for revision.
This commit is contained in:
Sanel Zukan
2007-09-20 08:47:50 +00:00
parent 762ad9883d
commit 5284410840
5 changed files with 55 additions and 40 deletions

View File

@ -52,8 +52,6 @@ class EvokeService {
char* pidfile;
char* lockfile;
Fl_Double_Window* top_win;
Atom _ede_shutdown_all;
Atom _ede_spawn;
Atom _ede_evoke_quit;
@ -83,9 +81,6 @@ class EvokeService {
Log* log(void) { return logfile; }
void register_top(Fl_Double_Window* win) { top_win = win; }
void unregister_top(void) { top_win = NULL; }
void service_watcher(int pid, int signum);
void run_program(const char* cmd, bool enable_vars = 1);
//void heuristic_run_program(const char* cmd);