From 6780e595e7c2cfebc9e7c095947ce6e963060a79 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 13 Jun 2002 14:11:20 +0000 Subject: update --- (limited to 'core') diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 1244836..92197ad 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc @@ -59,15 +59,16 @@ void ObexImpl::slotMessage( const QCString& msg, const QByteArray&data ) { m_obex->receive(); } else if (msg =="done(QString)") { - QString filename; - stream >> filename; - m_sendgui->lblPath->setText(tr("Done transfering " + filename)); + QString text; + stream >> text; + m_sendgui->lblPath->setText(tr("Done transfering " + text)); } } void ObexImpl::slotCancelSend() { // cancel sync process too + //m_obex->cancel(); // not ready yet m_sendgui->hide(); } -- cgit v0.9.0.2