[Pkg-owncloud-commits] [owncloud-client] 52/333: remove 'File' word from notification

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 8267b9e590ec22af455a44833702fc13e2abe9a9
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue Feb 18 18:42:49 2014 +0100

    remove 'File' word from notification
---
 src/mirall/folder.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp
index 330295a..15489bd 100644
--- a/src/mirall/folder.cpp
+++ b/src/mirall/folder.cpp
@@ -313,8 +313,8 @@ void Folder::bubbleUpSyncResult()
 
     foreach (const SyncFileItem &item, _syncResult.syncFileItemVector() ) {
         if( item._status == SyncFileItem::FatalError || item._status == SyncFileItem::NormalError ) {
-            slotCSyncError( tr("File %1: %2").arg(item._file).arg(item._errorString) );
-            logger->postOptionalGuiLog(tr("File %1").arg(item._file), item._errorString);
+            slotCSyncError( QString::fromLatin1("%1: %2").arg(item._file).arg(item._errorString) );
+            logger->postOptionalGuiLog(item._file, item._errorString);
 
         } else {
             // add new directories or remove gone away dirs to the watcher

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list