[Pkg-owncloud-commits] [owncloud-client] 258/332: Copyright plus minor beautification.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:09 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 b2a10de71a6e93fee2176080a3fe6685a662366a
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Jul 14 15:28:26 2014 +0200
Copyright plus minor beautification.
---
src/mirall/socketapi.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index cbd796b..b5f9fcf 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -1,5 +1,6 @@
/*
* Copyright (C) by Dominik Schmidt <dev at dominik-schmidt.de>
+ * Copyright (C) by Klaas Freitag <freitag at owncloud.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -182,7 +183,7 @@ SocketApi::SocketApi(QObject* parent)
connect(_localServer, SIGNAL(newConnection()), this, SLOT(slotNewConnection()));
// folder watcher
- connect(FolderMan::instance(), SIGNAL(folderSyncStateChange(QString)), this, SLOT(slotUpdateFolderView(QString)));
+ connect(FolderMan::instance(), SIGNAL(folderSyncStateChange(QString)), SLOT(slotSyncStateChanged(QString)));
connect(ProgressDispatcher::instance(), SIGNAL(jobCompleted(QString,SyncFileItem)),
SLOT(slotJobCompleted(QString,SyncFileItem)));
}
--
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