diff options
Diffstat (limited to 'src/WorkspaceMenu.cc')
-rw-r--r-- | src/WorkspaceMenu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WorkspaceMenu.cc b/src/WorkspaceMenu.cc index d0d01bc..d73947b 100644 --- a/src/WorkspaceMenu.cc +++ b/src/WorkspaceMenu.cc | |||
@@ -69,7 +69,7 @@ void add_workspaces(WorkspaceMenu& menu, BScreen& screen) { | |||
69 | WorkspaceMenu::WorkspaceMenu(BScreen &screen): | 69 | WorkspaceMenu::WorkspaceMenu(BScreen &screen): |
70 | FbMenu(screen.menuTheme(), | 70 | FbMenu(screen.menuTheme(), |
71 | screen.imageControl(), | 71 | screen.imageControl(), |
72 | *screen.layerManager().getLayer(Layer::MENU)) { | 72 | *screen.layerManager().getLayer(ResourceLayer::MENU)) { |
73 | 73 | ||
74 | init(screen); | 74 | init(screen); |
75 | } | 75 | } |