diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-08 22:50:25 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-09-08 22:50:25 (GMT) |
commit | 6b391c3beadc35c22c93c892c0bdcdd6a4448bb9 (patch) | |
tree | 129259406e1aea7495f3a080bab582bcae307397 /src/FbCommands.cc | |
parent | 39e0bdcbcc37f297e34a7b60623d05739710f870 (diff) | |
download | fluxbox-6b391c3beadc35c22c93c892c0bdcdd6a4448bb9.zip fluxbox-6b391c3beadc35c22c93c892c0bdcdd6a4448bb9.tar.bz2 |
update workspace names atoms/resources when adding a new workspace
also removed unnecessary items from default init file
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r-- | src/FbCommands.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc index 8875ec2..fd3f71e 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -414,9 +414,6 @@ void SetWorkspaceNameCmd::execute() { | |||
414 | return; | 414 | return; |
415 | space->setName(m_name); | 415 | space->setName(m_name); |
416 | } | 416 | } |
417 | |||
418 | screen->updateWorkspaceNamesAtom(); | ||
419 | Fluxbox::instance()->save_rc(); | ||
420 | } | 417 | } |
421 | 418 | ||
422 | REGISTER_COMMAND(setworkspacenamedialog, FbCommands::WorkspaceNameDialogCmd, void); | 419 | REGISTER_COMMAND(setworkspacenamedialog, FbCommands::WorkspaceNameDialogCmd, void); |