summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/mainwindow.cpp
authorharlekin <harlekin>2002-10-17 17:56:30 (UTC)
committer harlekin <harlekin>2002-10-17 17:56:30 (UTC)
commit08e9fcbbaf57383fd65fe4eb197d97a51abe0f26 (patch) (side-by-side diff)
tree5d7fc6d46ae5721481e1f8f98a7872416f720993 /noncore/apps/opie-console/mainwindow.cpp
parenteb70c5c231b80d1e925b0098ad3c951917900071 (diff)
downloadopie-08e9fcbbaf57383fd65fe4eb197d97a51abe0f26.zip
opie-08e9fcbbaf57383fd65fe4eb197d97a51abe0f26.tar.gz
opie-08e9fcbbaf57383fd65fe4eb197d97a51abe0f26.tar.bz2
autologin if profiles io layer offers it
Diffstat (limited to 'noncore/apps/opie-console/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp
index 3066b35..fdb0452 100644
--- a/noncore/apps/opie-console/mainwindow.cpp
+++ b/noncore/apps/opie-console/mainwindow.cpp
@@ -398,6 +398,11 @@ void MainWindow::create( const Profile& prof ) {
tabWidget()->add( ses );
m_curSession = ses;
+ // is io_layer wants direct connection, then autoconnect
+ if ( ( m_curSession->layer() )->supports()[0] = 1 ) {
+ slotConnect();
+ }
+
// dicide if its a local term ( then no connction and no tranfer), maybe make a wrapper method out of it
m_connect->setEnabled( true );
m_disconnect->setEnabled( false );