diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-20 01:58:34 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-20 01:58:34 (GMT) |
commit | e71892d99cbe99e2335aa6eb3771ffbb72c5303f (patch) | |
tree | e2250aa3f12c0019911e366c660dbfa0e285e8a5 /src/FbCommands.hh | |
parent | 2cdb04cc1e33308d6a414f792093bf4abf6b9f93 (diff) | |
download | fluxbox-e71892d99cbe99e2335aa6eb3771ffbb72c5303f.zip fluxbox-e71892d99cbe99e2335aa6eb3771ffbb72c5303f.tar.bz2 |
allow restart with no argument from fluxbox-remote
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 811fb78..b6b1f7f 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -77,6 +77,8 @@ class RestartFluxboxCmd: public FbTk::Command<void> { | |||
77 | public: | 77 | public: |
78 | RestartFluxboxCmd(const std::string &cmd); | 78 | RestartFluxboxCmd(const std::string &cmd); |
79 | void execute(); | 79 | void execute(); |
80 | static FbTk::Command<void> *parse(const std::string &command, | ||
81 | const std::string &args, bool trusted); | ||
80 | private: | 82 | private: |
81 | std::string m_cmd; | 83 | std::string m_cmd; |
82 | }; | 84 | }; |