Comment 52 for bug 1506744

Revision history for this message
Allison Karlitskaya (desrt) wrote :

To elaborate on the previous remark: why didn't we just replace:

  menu_monitor_queue_event (event_info);

with:

  g_timeout_add_seconds (2, menu_monitor_queue_event, event_info);

(and make sure menu_monitor_queue_event() returns FALSE)?