From dd15f8b7104678da5969a3e93a4b14cd3640955c Mon Sep 17 00:00:00 2001 From: josef Date: Fri, 18 Oct 2002 10:25:44 +0000 Subject: - implement proper disconnect for modem connections - let transfer dialog use widgetStack() --- (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 9a226bb..55e9836 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -442,8 +442,9 @@ void MainWindow::create( const Profile& prof ) { void MainWindow::slotTransfer() { if ( currentSession() ) { - TransferDialog dlg(this); + TransferDialog dlg(currentSession()->widgetStack(), this); dlg.showMaximized(); + //currentSession()->widgetStack()->add(dlg); dlg.exec(); } } -- cgit v0.9.0.2