From f1d0fd5330f4e6a8313cd8e5dcdb5e843805ae3f Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 14 Jun 2002 14:33:36 +0000 Subject: working but not ready --- (limited to 'core') diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 7331bba..88f2d44 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc @@ -133,14 +133,14 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) { m_recvgui->PixmapLabel->setPixmap( lnk.pixmap() ); m_recvgui->AppLabel->setText( "" + exec + "" ); m_recvgui->FileLabel->setText( lnk.name() ); - m_recvgui->showMaximized(); - if( m_recvgui->exec() != -1 ) { + // m_recvgui->showMaximized(); + // if( m_recvgui->exec() == 0 ) { QCString str= "QPE/Application/"; str += exec.latin1(); qWarning("channel %s", str.data() ); QCopEnvelope e(str , "setDocument(QString)" ); e << fileName; - } + //} } -- cgit v0.9.0.2