test
This commit is contained in:
parent
8105cf9119
commit
0f1f6f50f0
1 changed files with 1 additions and 1 deletions
|
@ -101,5 +101,5 @@ void SpectrumEventLoop::post(const Event& event) {
|
|||
Event *ev = new Event(event);
|
||||
LOG4CXX_INFO(logger, "posting event to main thread " << ev);
|
||||
// g_main_context_invoke(g_main_loop_get_context(m_loop), processEvent, ev);
|
||||
purple_timeout_add(0, processEvent, ev);
|
||||
purple_timeout_add(100, processEvent, ev);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue