fix stupid typo
This commit is contained in:
parent
20899b597e
commit
7c33c7fc64
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ void Events::listener_mapWindow(void* owner, void* data) {
|
||||||
shouldFocus = true;
|
shouldFocus = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (requestedWorkspace.find("special" == 0)) {
|
if (requestedWorkspace.find("special") == 0) {
|
||||||
workspaceSpecial = true;
|
workspaceSpecial = true;
|
||||||
workspaceSilent = true;
|
workspaceSilent = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue