Let etip-compiler be silent.

Removed Crash handler code from evoke. ecrasher is for that.
Add some transparency to desktop icons when they are moved.
This commit is contained in:
Sanel Zukan
2008-01-15 14:42:44 +00:00
parent fb93a9f18f
commit 1fe32fef71
8 changed files with 17 additions and 216 deletions

View File

@ -15,7 +15,6 @@
#include "EvokeService.h"
#include "Splash.h"
#include "Spawn.h"
#include "Crash.h"
#include "Autostart.h"
#include <edelib/File.h>
@ -617,9 +616,6 @@ void EvokeService::wake_up(int fd) {
if(ret) {
printf("%s crashed with core dump\n", pc.cmd.c_str());
CrashDialog cdialog;
cdialog.set_data(pc.cmd.c_str());
cdialog.run();
}
} else {
mutex.lock();