diff options
author | markt <markt> | 2007-07-07 23:11:04 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-07 23:11:04 (GMT) |
commit | 135019abf97c7adb236c061d46e3906e51c8a145 (patch) | |
tree | 2e675ac4d9dfda48301e0b2a40b057448174692e /src/RootCmdMenuItem.hh | |
parent | b735d405f58ac226e025d6ef4dbd91a0129bb12e (diff) | |
download | fluxbox_pavel-135019abf97c7adb236c061d46e3906e51c8a145.zip fluxbox_pavel-135019abf97c7adb236c061d46e3906e51c8a145.tar.bz2 |
fixes for --program-prefix and --program-suffix, plus fixed overwriting init file on reconfigure
Diffstat (limited to 'src/RootCmdMenuItem.hh')
-rw-r--r-- | src/RootCmdMenuItem.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootCmdMenuItem.hh b/src/RootCmdMenuItem.hh index 8c8ac8d..4a541d9 100644 --- a/src/RootCmdMenuItem.hh +++ b/src/RootCmdMenuItem.hh | |||
@@ -31,7 +31,7 @@ class RootCmdMenuItem: public FbTk::MenuItem { | |||
31 | public: | 31 | public: |
32 | RootCmdMenuItem(const FbTk::FbString &label, | 32 | RootCmdMenuItem(const FbTk::FbString &label, |
33 | const std::string &filename, | 33 | const std::string &filename, |
34 | const std::string &cmd = "fbsetbg"); | 34 | const std::string &cmd = ""); |
35 | bool isSelected() const; | 35 | bool isSelected() const; |
36 | private: | 36 | private: |
37 | const std::string m_filename; | 37 | const std::string m_filename; |