mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user