all repos — fluxbox @ 56af958aa5be9e624775bcae4a7dfb8535138547

custom fork of the fluxbox windowmanager

minor fixes
fluxgen fluxgen
commit

56af958aa5be9e624775bcae4a7dfb8535138547

parent

955a8e76cfd8a99ea2ad75a22b57263b3cc63c32

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.cc,v 1.144 2003/05/13 11:43:44 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.145 2003/05/13 14:05:58 fluxgen Exp $ #include "fluxbox.hh"

@@ -529,11 +529,8 @@ // initiate atomhandler for screen specific stuff

for (size_t atomh=0; atomh<m_atomhandler.size(); ++atomh) { m_atomhandler[atomh]->initForScreen(*screen); } - - } - I18n *i18n = I18n::instance(); if (m_screen_list.size() == 0) { //!! TODO: NLS throw string("Couldn't find screens to manage.\n"

@@ -766,7 +763,6 @@

if (! win) { //!!! TODO BScreen *scr = searchScreen(e->xmaprequest.parent); - cerr<<"screen = "<<scr<<endl; if (scr != 0) win = scr->createWindow(e->xmaprequest.window); else