aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-11 07:41:22 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-11 07:41:22 (GMT)
commit9f2f65a698c4cc71373a7fe9d73a0889e0d3487b (patch)
tree4ad67db771d73ea3c48f80a1244037fc9754edd2 /src/Remember.cc
parent1f01d84c080d607a91eb417efcaf5e500b5f1d7e (diff)
downloadfluxbox_paul-9f2f65a698c4cc71373a7fe9d73a0889e0d3487b.zip
fluxbox_paul-9f2f65a698c4cc71373a7fe9d73a0889e0d3487b.tar.bz2
make FbTk::Command a template class, split parsing information out of ObjectRegistry
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 92a6663..8a5b29e 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -238,7 +238,7 @@ bool handleStartupItem(const string &line, int offset) {
238 238
239 FbCommands::ExecuteCmd *tmp_exec_cmd = new FbCommands::ExecuteCmd(str, screen); 239 FbCommands::ExecuteCmd *tmp_exec_cmd = new FbCommands::ExecuteCmd(str, screen);
240#ifdef DEBUG 240#ifdef DEBUG
241 cerr<<"Executing startup command '"<<str<<"' on screen "<<screen<<endl; 241 cerr<<"Executing startup Command<void> '"<<str<<"' on screen "<<screen<<endl;
242#endif // DEBUG 242#endif // DEBUG
243 tmp_exec_cmd->execute(); 243 tmp_exec_cmd->execute();
244 delete tmp_exec_cmd; 244 delete tmp_exec_cmd;