mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 02:02:11 +03:00
WindowClone: Fix memory leak in window spread
This commit is contained in:
parent
c9dbf9c0ce
commit
2d3fdbe968
@ -116,8 +116,8 @@ public class Gala.WindowClone : Clutter.Actor {
|
||||
|
||||
if (overview_mode) {
|
||||
var click_action = new Clutter.ClickAction ();
|
||||
click_action.clicked.connect (() => {
|
||||
actor_clicked (click_action.get_button ());
|
||||
click_action.clicked.connect ((action, actor) => {
|
||||
actor_clicked (action.get_button ());
|
||||
});
|
||||
|
||||
add_action (click_action);
|
||||
|
Loading…
Reference in New Issue
Block a user