From 351d2f95d3f5beba26e5879659ddafb84b0f98f4 Mon Sep 17 00:00:00 2001 From: hash Date: Fri, 18 Oct 2002 17:50:05 +0000 Subject: always autoconnect bug fixed --- (limited to 'noncore') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index 27407d9..cf1fbc3 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -432,7 +432,7 @@ void MainWindow::create( const Profile& prof ) { // is io_layer wants direct connection, then autoconnect - if ( ( m_curSession->layer() )->supports()[0] = 1 ) { + if ( ( m_curSession->layer() )->supports()[0] == 1 ) { slotConnect(); } } @@ -515,7 +515,7 @@ void MainWindow::slotFullscreen() { void MainWindow::slotKeyReceived(ushort u, ushort q, bool, bool pressed, bool) { - qWarning("unicode: %x, qkey: %x, %s", u, q, pressed ? "pressed" : "released"); + //qWarning("unicode: %x, qkey: %x, %s", u, q, pressed ? "pressed" : "released"); if ( m_curSession ) { -- cgit v0.9.0.2