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/Xinerama.hh | |
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/Xinerama.hh')
-rw-r--r-- | src/Xinerama.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xinerama.hh b/src/Xinerama.hh index 545555d..6c2b521 100644 --- a/src/Xinerama.hh +++ b/src/Xinerama.hh | |||
@@ -99,7 +99,7 @@ XineramaHeadMenu<ItemType>::XineramaHeadMenu(MenuTheme &tm, BScreen &screen, FbT | |||
99 | // TODO: nls | 99 | // TODO: nls |
100 | insert(new XineramaHeadMenuItem<ItemType>( | 100 | insert(new XineramaHeadMenuItem<ItemType>( |
101 | "All Heads", m_object, 0, saverc_cmd)); | 101 | "All Heads", m_object, 0, saverc_cmd)); |
102 | update(); | 102 | updateMenu(); |
103 | } | 103 | } |
104 | 104 | ||
105 | #endif // XINERAMA_HH | 105 | #endif // XINERAMA_HH |