diff options
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r-- | src/FbCommands.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc index 52526e1..a3a0c27 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -372,7 +372,7 @@ void ShowWorkspaceMenuCmd::execute() { | |||
372 | if (screen == 0) | 372 | if (screen == 0) |
373 | return; | 373 | return; |
374 | 374 | ||
375 | ::showMenu(*screen, screen->workspaceMenu()); | 375 | ::showMenu(*screen, *screen->workspaceMenu()); |
376 | } | 376 | } |
377 | 377 | ||
378 | REGISTER_COMMAND_WITH_ARGS(setworkspacename, FbCommands::SetWorkspaceNameCmd, void); | 378 | REGISTER_COMMAND_WITH_ARGS(setworkspacename, FbCommands::SetWorkspaceNameCmd, void); |