Skip to content

Commit

Permalink
call window.activate() with the right arguments. fixes timbertson#79
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed May 22, 2012
1 parent 90cea72 commit 0ef369c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shellshape/extension.js
Expand Up @@ -212,7 +212,7 @@ const Ext = function Ext() {
window.move_to_workspace(new_index);
next_workspace.activate_with_focus(window.meta_window, global.get_current_time())
} else {
next_workspace.activate(true);
next_workspace.activate(global.get_current_time());
}
};

Expand Down

0 comments on commit 0ef369c

Please sign in to comment.