Skip to content

Commit 36750bc

Browse files
committed
Fix notification on new number of workspaces for GNOME 3.30
1 parent e525068 commit 36750bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsmatrix@martin.zurowietz.de/WmOverride.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var WmOverride = class {
140140

141141
_notify() {
142142
// Update the workspace display to match the number of workspaces.
143-
DisplayWrapper.getScreen().notify('n-workspaces');
143+
this.wsManager.notify('n-workspaces');
144144
}
145145

146146
/*

0 commit comments

Comments
 (0)