From 2f32b6d589d389848c5c73ba2e5ad13117c1da9e Mon Sep 17 00:00:00 2001 From: korovkin Date: Sun, 30 Apr 2006 08:54:54 +0000 Subject: Fixed bug with suspend reenabling. Made some minor formatting. --- (limited to 'noncore/net/opietooth/manager/obexftpdialog.cpp') diff --git a/noncore/net/opietooth/manager/obexftpdialog.cpp b/noncore/net/opietooth/manager/obexftpdialog.cpp index fd2015e..2f04ecf 100644 --- a/noncore/net/opietooth/manager/obexftpdialog.cpp +++ b/noncore/net/opietooth/manager/obexftpdialog.cpp @@ -278,7 +278,7 @@ void ObexFtpDialog::getFile() status(tr("Receiving file ") + file2get); result = obexftp_get(client, local, file2get); if (result < 0) { - log(file2get + QString(" receive ERROR:\n") + tr(strerror(errno))); + log(file2get + QString(" receive ERROR:\n") + tr(strerror(errno))); errBox(file2get + QString(" receive ERROR")); status(file2get + QString(" receive ERROR")); } -- cgit v0.9.0.2