summaryrefslogtreecommitdiff
path: root/core/applets/obex/obeximpl.cc
Unidiff
Diffstat (limited to 'core/applets/obex/obeximpl.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obeximpl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc
index 7df933a..da47e5b 100644
--- a/core/applets/obex/obeximpl.cc
+++ b/core/applets/obex/obeximpl.cc
@@ -123,13 +123,14 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) {
123 else if ( fileName.right(4) == ".vcs" ) { 123 else if ( fileName.right(4) == ".vcs" ) {
124 exec = "datebook"; 124 exec = "datebook";
125 } 125 }
126 } // now prompt and then add it 126 } // now prompt and then add it
127 127
128 m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); 128 m_recvgui->PixmapLabel->setPixmap(lnk.pixmap());
129 m_recvgui->TextLabel1_2->setText(lnk.name()); 129 m_recvgui->AppLabel->setText(lnk.name());
130 m_recvgui->FileLabel->setText(fileName);
130 m_recvgui->showMaximized(); 131 m_recvgui->showMaximized();
131 132
132 QCString str= "QPE/Application/"; 133 QCString str= "QPE/Application/";
133 str += exec.latin1(); 134 str += exec.latin1();
134 qWarning("channel %s", str.data() ); 135 qWarning("channel %s", str.data() );
135 QCopEnvelope e(str , "setDocument(QString)" ); 136 QCopEnvelope e(str , "setDocument(QString)" );