[Pkg-owncloud-commits] [owncloud-client] 73/120: Account Settings: Remove the ability to select

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:47 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 81c19232a5bde0c310b95a5fa93a89162901838c
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Aug 14 12:11:45 2015 +0200

    Account Settings: Remove the ability to select
---
 src/gui/folderstatusmodel.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp
index 5b32bc6..d567f27 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -87,9 +87,9 @@ Qt::ItemFlags FolderStatusModel::flags ( const QModelIndex &index  ) const
             return Qt::ItemIsEnabled | ret;
         }
         case RootFolder:
-            return Qt::ItemIsSelectable | Qt::ItemIsEnabled;
+            return  Qt::ItemIsEnabled;
         case SubFolder:
-            return Qt::ItemIsSelectable | Qt::ItemIsEnabled | Qt::ItemIsUserCheckable;
+            return  Qt::ItemIsEnabled | Qt::ItemIsUserCheckable;
     }
     return 0;
 }

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