summaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-10-14 01:05:49 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-10-14 01:05:49 (GMT)
commit839ea523164caecd8c779e60539b78c2a748a81f (patch)
tree0019d04f27a1a258bc7a900e3cf77b916dca6493 /src/Remember.cc
parent4d3aa646c1d1d1de4fdb31f938f6ea62fd5dd21e (diff)
parent8def80cec337a986b762cdbb5e2555c6da809353 (diff)
downloadfluxbox_lack-839ea523164caecd8c779e60539b78c2a748a81f.zip
fluxbox_lack-839ea523164caecd8c779e60539b78c2a748a81f.tar.bz2
Merge branch 'master' into argbtesting/argbargb
Conflicts: src/FbTk/FbWindow.cc
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 6a611bf..2eb39d4 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -337,7 +337,7 @@ FbTk::Menu *createRememberMenu(BScreen &screen) {
337 337
338 menu->updateMenu(); 338 menu->updateMenu();
339 return menu; 339 return menu;
340}; 340}
341 341
342// offset is the offset in the string that we start looking from 342// offset is the offset in the string that we start looking from
343// return true if all ok, false on error 343// return true if all ok, false on error
@@ -395,7 +395,7 @@ bool handleStartupItem(const string &line, int offset) {
395 tmp_exec_cmd->execute(); 395 tmp_exec_cmd->execute();
396 delete tmp_exec_cmd; 396 delete tmp_exec_cmd;
397 return true; 397 return true;
398}; 398}
399 399
400 400
401 401
@@ -609,7 +609,7 @@ Application* findMatchingPatterns(ClientPattern *pat, Remember::Patterns *patlis
609 return 0; 609 return 0;
610} 610}
611 611
612}; // end anonymous namespace 612} // end anonymous namespace
613 613
614/*------------------------------------------------------------------*\ 614/*------------------------------------------------------------------*\
615\*------------------------------------------------------------------*/ 615\*------------------------------------------------------------------*/