summaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
authormarkt <markt>2006-08-05 01:39:45 (GMT)
committermarkt <markt>2006-08-05 01:39:45 (GMT)
commitb62c3771ec6665bbd11106fc979c8aab6f57a341 (patch)
tree6ad9f48ff87a9b3b559fb2eb731f6a873970de42 /src/Remember.cc
parent53adbd99214d1af6c422dda7d7a1f08b2f95d6c8 (diff)
downloadfluxbox_lack-b62c3771ec6665bbd11106fc979c8aab6f57a341.zip
fluxbox_lack-b62c3771ec6665bbd11106fc979c8aab6f57a341.tar.bz2
forgot about autogrouping
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Remember.cc b/src/Remember.cc
index 3d8db2e..29336e3 100644
--- a/src/Remember.cc
+++ b/src/Remember.cc
@@ -1049,6 +1049,9 @@ void Remember::setupFrame(FluxboxWindow &win) {
1049 1049
1050void Remember::setupClient(WinClient &winclient) { 1050void Remember::setupClient(WinClient &winclient) {
1051 1051
1052 if (Fluxbox::instance()->isStartup())
1053 return; // don't mess up windows on restart
1054
1052 Application *app = find(winclient); 1055 Application *app = find(winclient);
1053 if (app == 0) 1056 if (app == 0)
1054 return; // nothing to do 1057 return; // nothing to do