forgot about autogrouping

This commit is contained in:
markt 2006-08-05 01:39:45 +00:00
parent 53adbd9921
commit b62c3771ec

View file

@ -1049,6 +1049,9 @@ void Remember::setupFrame(FluxboxWindow &win) {
void Remember::setupClient(WinClient &winclient) { void Remember::setupClient(WinClient &winclient) {
if (Fluxbox::instance()->isStartup())
return; // don't mess up windows on restart
Application *app = find(winclient); Application *app = find(winclient);
if (app == 0) if (app == 0)
return; // nothing to do return; // nothing to do