Commit 2438faeb authored by Erik Reider's avatar Erik Reider

Fixed the floating notifications window not being unmapped

parent 403a57b5
......@@ -199,7 +199,7 @@ public class AnimatedListItem : Gtk.Widget {
private void set_animation_done_cb (animation_done handler) {
remove_animation_done_cb ();
animation_done_cb_id = animation.done.connect (() => handler);
animation_done_cb_id = animation.done.connect (() => handler (animation));
}
private void added_finished_cb () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment