From 5a6ecdac2e62708b55300ca6eef8441fea0a7b05 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 13 Oct 2002 21:10:15 +0000 Subject: fixes to modem stuff --- (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 bfd1c2e..27bcc09 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -316,11 +316,11 @@ void MainWindow::create( const Profile& prof ) { void MainWindow::slotTransfer() { - if ( currentSession() ) { + // if ( currentSession() ) { TransferDialog dlg(this); - //dlg.showMaximized(); + dlg.showMaximized(); dlg.exec(); - } + // } } -- cgit v0.9.0.2