signal fix... and TODO for timers

SVN revision: 14075
This commit is contained in:
Carsten Haitzler 2005-04-02 16:11:04 +00:00
parent c257043cf3
commit f7c295028e
2 changed files with 2 additions and 0 deletions

1
TODO
View File

@ -32,6 +32,7 @@ ISSUES:
* virtual desktops need an overhaul. hacked in waay too quickly.
* virtual desktops need fixing to work with zones properly
* gadman gadget menu needs icons :)
* general ecore/edje/efl bug - if u change system clock - especially BACKWARDS timers in ecore and edje get fucked
<add more issues as they are found>

View File

@ -26,6 +26,7 @@ void e_sigseg_act(int x, siginfo_t *info, void *data){
void e_sigseg_act(int x, siginfo_t *info, void *data){
write(2, "**** SEGMENTATION FAULT ****\n", 29);
write(2, "**** Backtrace disabled... *****\n\n", 34);
exit(-11);
}
#endif