diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 20:16:02 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 20:16:02 +0000 |
| commit | 7b7f158088fa548791922b7cf133e507d3873656 (patch) | |
| tree | bce9662a72c1af3dc3fefa1cd7b94d634f22cb3e /openbox/startupnotify.c | |
| parent | 1b4ff4e93f8bc312a862d3f08afeb0f4809527ae (diff) | |
add a means to tell the timer destroy function not to fire when for example freeing its client frame
Diffstat (limited to 'openbox/startupnotify.c')
| -rw-r--r-- | openbox/startupnotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index f296c76d..0bf15d4a 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -176,7 +176,7 @@ static void sn_event_func(SnMonitorEvent *ev, gpointer data) case SN_MONITOR_EVENT_CANCELED: if ((d = wait_find(sn_startup_sequence_get_id(seq)))) { d->feedback = FALSE; - ob_main_loop_timeout_remove_data(ob_main_loop, sn_wait_timeout, d); + ob_main_loop_timeout_remove_data(ob_main_loop, sn_wait_timeout, d, FALSE); change = TRUE; } break; |
