diff options
author | mathias <mathias> | 2004-12-13 14:03:17 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-13 14:03:17 (GMT) |
commit | eb42a7806d0af854cc4bdfa8f194a0bb67446153 (patch) | |
tree | 5a8a22b0705ee927a16265f1a754159835fb22d9 /src/IconButton.cc | |
parent | 7c7dfbfbddc635faaabb87fa755925fbb66d89dd (diff) | |
download | fluxbox_pavel-eb42a7806d0af854cc4bdfa8f194a0bb67446153.zip fluxbox_pavel-eb42a7806d0af854cc4bdfa8f194a0bb67446153.tar.bz2 |
icc complaint about a "possible" conflict between the
FbTk::Menu::update(Subject*) and FbTk::Menu::update(int index)
to avoid this, we rename FbTk::Menu::update(int index)
-> FbTk::Menu::updateMenu(int index)
this is mostly cosmetic, but if it makes the life of a compiler happy, well ..
be happy icc :)
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r-- | src/IconButton.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index 459b4be..24bdddf 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -86,6 +86,7 @@ public: | |||
86 | break; | 86 | break; |
87 | case IconbarTool::CURRENT: | 87 | case IconbarTool::CURRENT: |
88 | m_win.screen().sendToWorkspace(m_win.screen().currentWorkspaceID(), &m_win); | 88 | m_win.screen().sendToWorkspace(m_win.screen().currentWorkspaceID(), &m_win); |
89 | m_win.raiseAndFocus(); | ||
89 | break; | 90 | break; |
90 | case IconbarTool::FOLLOW: | 91 | case IconbarTool::FOLLOW: |
91 | default: | 92 | default: |