diff options
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 |