[Pkg-owncloud-commits] [owncloud-client] 86/498: Folder: fix compilation after merge

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:38 UTC 2015


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 1136b969b2d1be03a5565aa1d67036c3742dfec4
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue May 12 15:27:20 2015 +0200

    Folder: fix compilation after merge
---
 src/gui/folder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp
index a13118a..8a2b3c5 100644
--- a/src/gui/folder.cpp
+++ b/src/gui/folder.cpp
@@ -184,7 +184,7 @@ QString Folder::path() const
 
 QString Folder::cleanPath()
 {
-    QString cleanedPath = QDir::cleanPath(_path);
+    QString cleanedPath = QDir::cleanPath(_definition.localPath);
 
     if(cleanedPath.length() == 3 && cleanedPath.endsWith(":/"))
         cleanedPath.remove(2,1);

-- 
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