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 f5907c9..d366164 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -360,7 +360,7 @@ void ShowWorkspaceMenuCmd::execute() { | |||
360 | if (screen == 0) | 360 | if (screen == 0) |
361 | return; | 361 | return; |
362 | 362 | ||
363 | ::showMenu(*screen, screen->workspaceMenu()); | 363 | ::showMenu(*screen, *screen->workspaceMenu()); |
364 | } | 364 | } |
365 | 365 | ||
366 | REGISTER_COMMAND_WITH_ARGS(setworkspacename, FbCommands::SetWorkspaceNameCmd, void); | 366 | REGISTER_COMMAND_WITH_ARGS(setworkspacename, FbCommands::SetWorkspaceNameCmd, void); |