refactor workspace_show and friends

This commit is contained in:
Noe Rubinstein
2011-10-02 17:54:23 +02:00
committed by Michael Stapelberg
parent 29fb09ae74
commit 92cc4494aa
6 changed files with 37 additions and 29 deletions

View File

@ -420,7 +420,7 @@ static bool _tree_next(Con *con, char way, orientation_t orientation, bool wrap)
if (!workspace)
return false;
workspace_show(workspace->name);
workspace_show(workspace);
Con *focus = con_descend_direction(workspace, direction);
if (focus) {
con_focus(focus);