mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 02:33:27 +03:00
Fix typo in r446
This commit is contained in:
parent
c6e92e95dd
commit
7de592c1e6
@ -360,7 +360,7 @@ namespace Gala
|
||||
return;
|
||||
|
||||
var index = (binding.get_name () == "move-to-workspace-first" ? 0 : screen.get_n_workspaces () - 1);
|
||||
var workspace = screen.get_workspace_by_index (0);
|
||||
var workspace = screen.get_workspace_by_index (index);
|
||||
window.change_workspace (workspace);
|
||||
workspace.activate_with_focus (window, display.get_current_time ());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user