Changeset 6039 for branches/newosd
- Timestamp:
- 01/14/08 02:18:01 (10 months ago)
- Files:
-
- 1 modified
-
branches/newosd/src/iface.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newosd/src/iface.cpp
r6038 r6039 163 163 bool Iface::filterSignal(CICQSignal* sig) 164 164 { 165 if (ppidTimers[sig->PPID()] > time(NULL)) 165 if (!(sig->SubSignal() == USER_EVENTS && sig->Argument() > 0) && 166 ppidTimers[sig->PPID()] > time(NULL)) 166 167 return true; 167 168
