[Pkg-owncloud-commits] [owncloud-client] 350/470: ProtocolWidget: Display the recalculated number of issues.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:24 UTC 2016
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 2ab4caf00786433d51164d9a235ac97310c8fc28
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Apr 18 16:48:37 2016 +0200
ProtocolWidget: Display the recalculated number of issues.
Should fix #3222
---
src/gui/protocolwidget.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gui/protocolwidget.cpp b/src/gui/protocolwidget.cpp
index 1fe901f..e07b994 100644
--- a/src/gui/protocolwidget.cpp
+++ b/src/gui/protocolwidget.cpp
@@ -125,6 +125,8 @@ void ProtocolWidget::cleanItems(const QString& folder)
delete item;
}
}
+ // update the tabtext
+ emit( issueItemCountUpdated(_issueItemView->topLevelItemCount()) );
}
QString ProtocolWidget::timeString(QDateTime dt, QLocale::FormatType format) const
--
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