aboutsummaryrefslogtreecommitdiff
path: root/src/RootCmdMenuItem.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-13 13:05:42 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-07-13 13:05:42 (GMT)
commitcde85e04178e481e321cd8fe4417b07ba6a2889c (patch)
tree47de4fb09d116dde2436effe971bc26161337966 /src/RootCmdMenuItem.cc
parenta13f6ba94c2a52966ea0a37edb5a9fa798568052 (diff)
downloadfluxbox_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.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