From bb98ac35db9807efbcc1b59dd8abbdb05ad7656b Mon Sep 17 00:00:00 2001 From: hash Date: Fri, 18 Oct 2002 19:50:27 +0000 Subject: added autoconnect support. feel free to revert if i messed something up. --- (limited to 'noncore/apps/opie-console/mainwindow.cpp') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index cf1fbc3..5900785 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -432,7 +432,8 @@ 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 ) { + if (prof.autoConnect()) { slotConnect(); } } -- cgit v0.9.0.2