summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
authorhash <hash>2002-10-18 17:50:05 (UTC)
committer hash <hash>2002-10-18 17:50:05 (UTC)
commit351d2f95d3f5beba26e5879659ddafb84b0f98f4 (patch) (unidiff)
treef48d66f766ca02950d6295ea00d912d40081c43d /noncore/apps/opie-console/mainwindow.cpp
parentaddfc9900cbf3da2cdbfa54ea849bc7f7fb1b296 (diff)
downloadopie-351d2f95d3f5beba26e5879659ddafb84b0f98f4.zip
opie-351d2f95d3f5beba26e5879659ddafb84b0f98f4.tar.gz
opie-351d2f95d3f5beba26e5879659ddafb84b0f98f4.tar.bz2
always autoconnect bug fixed
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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 ) {
432 432
433 433
434 // is io_layer wants direct connection, then autoconnect 434 // is io_layer wants direct connection, then autoconnect
435 if ( ( m_curSession->layer() )->supports()[0] = 1 ) { 435 if ( ( m_curSession->layer() )->supports()[0] == 1 ) {
436 slotConnect(); 436 slotConnect();
437 } 437 }
438} 438}
@@ -515,7 +515,7 @@ void MainWindow::slotFullscreen() {
515 515
516void MainWindow::slotKeyReceived(ushort u, ushort q, bool, bool pressed, bool) { 516void MainWindow::slotKeyReceived(ushort u, ushort q, bool, bool pressed, bool) {
517 517
518 qWarning("unicode: %x, qkey: %x, %s", u, q, pressed ? "pressed" : "released"); 518 //qWarning("unicode: %x, qkey: %x, %s", u, q, pressed ? "pressed" : "released");
519 519
520 if ( m_curSession ) { 520 if ( m_curSession ) {
521 521