File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,13 +401,13 @@ namespace Gala {
401401 stage. add_action_full (" wm-super-scroll-action" , CAPTURE , scroll_action);
402402
403403 display. window_created. connect ((window) = >
404- InternalUtils . wait_for_window_actor_visible (window, check_shell_window )
404+ InternalUtils . wait_for_window_actor_visible (window, check_window_group )
405405 );
406406
407407 WindowListener . get_default (). window_type_changed. connect ((window) = > {
408408 unowned var window_actor = (Meta . WindowActor ) window. get_compositor_private ();
409409 if (window_actor != null ) {
410- check_shell_window (window_actor);
410+ check_window_group (window_actor);
411411 }
412412 });
413413
@@ -1073,7 +1073,7 @@ namespace Gala {
10731073 }
10741074 }
10751075
1076- private void check_shell_window (Meta . WindowActor actor) {
1076+ private void check_window_group (Meta . WindowActor actor) {
10771077 unowned var window = actor. get_meta_window ();
10781078
10791079 if (overridden_window_group. has_key (window)) {
You can’t perform that action at this time.
0 commit comments