Skip to content

Commit

Permalink
workspace: fix workspace-changed signal name
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jul 30, 2020
1 parent 57d729d commit 5b407f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/workspace-impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class output_viewport_manager_t
}

data.output = output;
output->emit_signal("viewport-changed", &data);
output->emit_signal("workspace-changed", &data);

/* unfocus view from last workspace */
output->focus_view(nullptr);
Expand Down

0 comments on commit 5b407f7

Please sign in to comment.