Skip to content

Commit 6b66370

Browse files
committed
Rename back to take_slot
1 parent 91819b7 commit 6b66370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/MultitaskingView/WindowCloneContainer.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public class Gala.WindowCloneContainer : ActorTarget {
148148
};
149149

150150
foreach (var tilable in calculate_grid_placement (area, windows)) {
151-
tilable.clone.set_slot (tilable.rect);
151+
tilable.clone.take_slot (tilable.rect);
152152
}
153153
}
154154

0 commit comments

Comments
 (0)