]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
was adding an extra / in ob_expand_tilde
[chaz/openbox] / 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.024235 seconds and 4 git commands to generate.