[Pkg-owncloud-commits] [owncloud-client] 362/498: FolderDefinition: fix uninitialized variable
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:06 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 a9dfcdd4638ad72bbd8cdf735f8c3f60be76faed
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Sun Jul 19 11:33:17 2015 +0200
FolderDefinition: fix uninitialized variable
---
src/gui/folder.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/folder.h b/src/gui/folder.h
index d500b0c..067960c 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -52,7 +52,7 @@ class FolderDefinition
{
public:
FolderDefinition()
- : paused(false)
+ : paused(false), ignoreHiddenFiles(false)
{}
/// The name of the folder in the ui and internally
--
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