Skip to content
Commit 74683b7e authored by Marco Trevisan's avatar Marco Trevisan 🎺
Browse files

dash: Do not shadow ClutterActor's destroy()

Since commit ef1e2796 turned DashItemContainer into an StWidget,
the destroy() method overrides the ClutterActor method, which is at
the very least bad style. Instead, follow the usual pattern of using
a ::destroy handler.

https://bugzilla.gnome.org/show_bug.cgi?id=791233
parent 6c655a6c
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