aboutsummaryrefslogtreecommitdiff
path: root/src/WorkspaceMenu.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-21 13:25:47 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-21 13:25:47 (GMT)
commit71674739ec6de376273cb3c5b938da132e7035c5 (patch)
treeabd6e295067347b6f95622c9ed1a00c6396dc314 /src/WorkspaceMenu.hh
parent86819abab91cf3ea20540278d00bad6a6b86d4b0 (diff)
downloadfluxbox-71674739ec6de376273cb3c5b938da132e7035c5.zip
fluxbox-71674739ec6de376273cb3c5b938da132e7035c5.tar.bz2
Changed workspace names signal in BScreen to use the new signal system
Diffstat (limited to 'src/WorkspaceMenu.hh')
-rw-r--r--src/WorkspaceMenu.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WorkspaceMenu.hh b/src/WorkspaceMenu.hh
index 19cf0f8..fef576c 100644
--- a/src/WorkspaceMenu.hh
+++ b/src/WorkspaceMenu.hh
@@ -38,8 +38,7 @@ class WorkspaceMenu: public FbMenu, private FbTk::SignalTracker {
38public: 38public:
39 explicit WorkspaceMenu(BScreen &screen); 39 explicit WorkspaceMenu(BScreen &screen);
40 virtual ~WorkspaceMenu() { } 40 virtual ~WorkspaceMenu() { }
41 /// called when a subject is sending a signal 41
42 void update(FbTk::Subject *subj);
43private: 42private:
44 /// initialize menu for the screen 43 /// initialize menu for the screen
45 void init(BScreen &screen); 44 void init(BScreen &screen);