]> Dogcows Code - chaz/openbox/commitdiff
only remove one flash timer at a time, so all frames dont stop flashing just cuz...
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 21:24:37 +0000 (21:24 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 21:24:37 +0000 (21:24 +0000)
openbox/frame.c

index 3a8b57fea61e300955fb82fd07eead05e6127332..fe5ddc49c3a5a37f822c05ae7f3e230ea5c572e2 100644 (file)
@@ -497,7 +497,7 @@ void frame_release_client(ObFrame *self, ObClient *client)
     g_hash_table_remove(window_map, &self->tlresize);
     g_hash_table_remove(window_map, &self->trresize);
 
-    ob_main_loop_timeout_remove(ob_main_loop, flash_timeout);
+    ob_main_loop_timeout_remove_data(ob_main_loop, flash_timeout, self);
 
     frame_free(self);
 }
This page took 0.024426 seconds and 4 git commands to generate.