diff options
author | markt <markt> | 2007-06-30 04:15:55 (GMT) |
---|---|---|
committer | markt <markt> | 2007-06-30 04:15:55 (GMT) |
commit | 8e75ace959d2a5d56d30cb6a06ce895f397c1f19 (patch) | |
tree | 1558c8dbf46be7f1006dd52e1c093ad1ab752911 /src/Screen.cc | |
parent | 8fbeaf279e930b2d9c236cba29b923609b910f5c (diff) | |
download | fluxbox_pavel-8e75ace959d2a5d56d30cb6a06ce895f397c1f19.zip fluxbox_pavel-8e75ace959d2a5d56d30cb6a06ce895f397c1f19.tar.bz2 |
fixed the groups file for the last time
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 99e88d6..1c69eda 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1465,6 +1465,10 @@ FluxboxWindow *BScreen::createWindow(Window client) { | |||
1465 | delete win; | 1465 | delete win; |
1466 | return 0; | 1466 | return 0; |
1467 | } | 1467 | } |
1468 | |||
1469 | Workspace *workspace = getWorkspace(win->workspaceNumber()); | ||
1470 | if (workspace && !Fluxbox::instance()->isStartup()) | ||
1471 | workspace->checkGrouping(*win); | ||
1468 | } | 1472 | } |
1469 | } | 1473 | } |
1470 | 1474 | ||