diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-13 13:05:42 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-13 13:05:42 (GMT) |
commit | cde85e04178e481e321cd8fe4417b07ba6a2889c (patch) | |
tree | 47de4fb09d116dde2436effe971bc26161337966 /src/RootCmdMenuItem.cc | |
parent | a13f6ba94c2a52966ea0a37edb5a9fa798568052 (diff) | |
download | fluxbox_pavel-cde85e04178e481e321cd8fe4417b07ba6a2889c.zip fluxbox_pavel-cde85e04178e481e321cd8fe4417b07ba6a2889c.tar.bz2 |
Attach a modifiedSig handler to the session.styleFile resource
Diffstat (limited to 'src/RootCmdMenuItem.cc')
-rw-r--r-- | src/RootCmdMenuItem.cc | 3 |
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 | ||
45 | bool RootCmdMenuItem::isSelected() const { | 45 | bool 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 | ||