Skip to content

Commit c54cb85

Browse files
committed
Fix merge
1 parent a400b14 commit c54cb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WindowManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ namespace Gala {
287287
if (plugin_manager.window_overview_provider == null
288288
|| (window_overview = (plugin_manager.get_plugin (plugin_manager.window_overview_provider) as ActivatableComponent)) == null
289289
) {
290-
window_overview = new WindowOverview (this);
290+
window_overview = new WindowOverview (this, gesture_tracker);
291291
ui_group.add_child ((Clutter.Actor) window_overview);
292292
}
293293

0 commit comments

Comments
 (0)