We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403a57b commit 2438faeCopy full SHA for 2438fae
src/animatedList/animatedListItem.vala
@@ -199,7 +199,7 @@ public class AnimatedListItem : Gtk.Widget {
199
200
private void set_animation_done_cb (animation_done handler) {
201
remove_animation_done_cb ();
202
- animation_done_cb_id = animation.done.connect (() => handler);
+ animation_done_cb_id = animation.done.connect (() => handler (animation));
203
}
204
205
private void added_finished_cb () {
0 commit comments