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 a400b14 commit c54cb85Copy full SHA for c54cb85
src/WindowManager.vala
@@ -287,7 +287,7 @@ namespace Gala {
287
if (plugin_manager.window_overview_provider == null
288
|| (window_overview = (plugin_manager.get_plugin (plugin_manager.window_overview_provider) as ActivatableComponent)) == null
289
) {
290
- window_overview = new WindowOverview (this);
+ window_overview = new WindowOverview (this, gesture_tracker);
291
ui_group.add_child ((Clutter.Actor) window_overview);
292
}
293
0 commit comments