diff options
author | markt <markt> | 2006-08-05 01:39:45 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-05 01:39:45 (GMT) |
commit | b62c3771ec6665bbd11106fc979c8aab6f57a341 (patch) | |
tree | 6ad9f48ff87a9b3b559fb2eb731f6a873970de42 /src/Remember.cc | |
parent | 53adbd99214d1af6c422dda7d7a1f08b2f95d6c8 (diff) | |
download | fluxbox-b62c3771ec6665bbd11106fc979c8aab6f57a341.zip fluxbox-b62c3771ec6665bbd11106fc979c8aab6f57a341.tar.bz2 |
forgot about autogrouping
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 3 |
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 | ||
1050 | void Remember::setupClient(WinClient &winclient) { | 1050 | void 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 |