]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
add a means to tell the timer destroy function not to fire when for example freeing...
[chaz/openbox] / openbox / startupnotify.c
index f296c76d241b312f493042d530fb01f23542f5ee..0bf15d4a25caba8e7fb1827896cccb816f4155a7 100644 (file)
@@ -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;
This page took 0.020804 seconds and 4 git commands to generate.