aboutsummaryrefslogtreecommitdiff
path: root/src/RootCmdMenuItem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootCmdMenuItem.cc')
-rw-r--r--src/RootCmdMenuItem.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RootCmdMenuItem.cc b/src/RootCmdMenuItem.cc
index c3642ee..ce6d24a 100644
--- a/src/RootCmdMenuItem.cc
+++ b/src/RootCmdMenuItem.cc
@@ -43,6 +43,7 @@ RootCmdMenuItem::RootCmdMenuItem(const FbTk::FbString &label,
43 43
44 44
45bool RootCmdMenuItem::isSelected() const { 45bool RootCmdMenuItem::isSelected() const {
46 return Fluxbox::instance()->getStyleFilename() == m_filename; 46 // XXX how do we find out which is the current background?
47 return false;
47} 48}
48 49