diff options
Diffstat (limited to 'src/WorkspaceNameTool.cc')
-rw-r--r-- | src/WorkspaceNameTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WorkspaceNameTool.cc b/src/WorkspaceNameTool.cc index b6afad8..579592f 100644 --- a/src/WorkspaceNameTool.cc +++ b/src/WorkspaceNameTool.cc | |||
@@ -43,10 +43,10 @@ WorkspaceNameTool::WorkspaceNameTool(const FbTk::FbWindow &parent, | |||
43 | m_button.setText(m_screen.currentWorkspace()->name()); | 43 | m_button.setText(m_screen.currentWorkspace()->name()); |
44 | 44 | ||
45 | // setup signals | 45 | // setup signals |
46 | screen.workspaceNamesSig().attach(this); | ||
47 | |||
48 | join(screen.currentWorkspaceSig(), | 46 | join(screen.currentWorkspaceSig(), |
49 | FbTk::MemFun(*this, &WorkspaceNameTool::updateForScreen)); | 47 | FbTk::MemFun(*this, &WorkspaceNameTool::updateForScreen)); |
48 | join(screen.workspaceNamesSig(), | ||
49 | FbTk::MemFun(*this, &WorkspaceNameTool::updateForScreen)); | ||
50 | 50 | ||
51 | theme.reconfigSig().attach(this); | 51 | theme.reconfigSig().attach(this); |
52 | } | 52 | } |