diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 29336e3..9569b80 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -965,7 +965,8 @@ void Remember::setupFrame(FluxboxWindow &win) { | |||
965 | // first, set the options that aren't preserved as window properties on | 965 | // first, set the options that aren't preserved as window properties on |
966 | // restart, then return if fluxbox is starting up -- we want restart to | 966 | // restart, then return if fluxbox is starting up -- we want restart to |
967 | // disturb the current window state as little as possible | 967 | // disturb the current window state as little as possible |
968 | if (app->is_grouped && app->group == 0) | 968 | Window leftwin = winclient.getGroupLeftWindow(); |
969 | if (app->is_grouped && app->group == 0 && leftwin == None) | ||
969 | app->group = &win; | 970 | app->group = &win; |
970 | 971 | ||
971 | if (app->focushiddenstate_remember) | 972 | if (app->focushiddenstate_remember) |