forgot this

This commit is contained in:
markt 2007-01-13 19:03:26 +00:00
parent 09cc0bf6af
commit fa2519525a

View file

@ -1751,15 +1751,6 @@ void BScreen::setupConfigmenu(FbTk::Menu &menu) {
cerr<<e.what()<<endl; cerr<<e.what()<<endl;
} }
try {
_BOOLITEM(menu, Configmenu, FocusLast,
"Focus Last Window on Workspace", "Focus Last Window on Workspace",
*resourceManager().getResource<bool>(name() + ".focusLastWindow"),
saverc_cmd);
} catch (FbTk::ResourceException e) {
cerr<<e.what()<<endl;
}
_BOOLITEM(menu, Configmenu, WorkspaceWarping, _BOOLITEM(menu, Configmenu, WorkspaceWarping,
"Workspace Warping", "Workspace Warping",
"Workspace Warping - dragging windows to the edge and onto the next workspace", "Workspace Warping - dragging windows to the edge and onto the next workspace",