mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Merge pull request #2030 from Consolatis/wip/cosmic_workspaces
Initial implementation of cosmic-workspace-unstable-v1
This commit is contained in:
commit
d18e67eea8
22 changed files with 1578 additions and 38 deletions
|
|
@ -1110,7 +1110,7 @@ actions_run(struct view *activator, struct server *server,
|
|||
* a required argument for both SendToDesktop and GoToDesktop.
|
||||
*/
|
||||
struct workspace *target = workspaces_find(
|
||||
server->workspace_current, to, wrap);
|
||||
server->workspaces.current, to, wrap);
|
||||
if (!target) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue