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 c9dbf9c commit 2d3fdbeCopy full SHA for 2d3fdbe
src/Widgets/WindowClone.vala
@@ -116,8 +116,8 @@ public class Gala.WindowClone : Clutter.Actor {
116
117
if (overview_mode) {
118
var click_action = new Clutter.ClickAction ();
119
- click_action.clicked.connect (() => {
120
- actor_clicked (click_action.get_button ());
+ click_action.clicked.connect ((action, actor) => {
+ actor_clicked (action.get_button ());
121
});
122
123
add_action (click_action);
0 commit comments