summaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 9035325..6f41528 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -577,7 +577,8 @@ void Remember::reconfigure() {
577 } else { 577 } else {
578 grouped_pats.push_back(pat); 578 grouped_pats.push_back(pat);
579 } 579 }
580 } else if (pos > 0 && strcasecmp(key.c_str(), "startup") == 0) { 580 } else if (pos > 0 && strcasecmp(key.c_str(), "startup") == 0 &&
581 Fluxbox::instance()->isStartup()) {
581 if (!handleStartupItem(line, pos)) { 582 if (!handleStartupItem(line, pos)) {
582 cerr<<"Error reading apps file at line "<<row<<"."<<endl; 583 cerr<<"Error reading apps file at line "<<row<<"."<<endl;
583 } 584 }