[Pkg-owncloud-commits] [owncloud-client] 139/470: Protocol: Show by default instead of server activity #4395

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:24:55 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 62d4ed8087fde0e61c3ca2d0074e494f2eeae7b8
Author: Markus Goetz <markus at woboq.com>
Date:   Fri Mar 11 16:08:15 2016 +0100

    Protocol: Show by default instead of server activity #4395
---
 src/gui/activitywidget.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gui/activitywidget.cpp b/src/gui/activitywidget.cpp
index 2fa67fa..6e81030 100644
--- a/src/gui/activitywidget.cpp
+++ b/src/gui/activitywidget.cpp
@@ -441,6 +441,9 @@ ActivitySettings::ActivitySettings(QWidget *parent)
 
     // connect a model signal to stop the animation.
     connect(_activityWidget, SIGNAL(rowsInserted()), _progressIndicator, SLOT(stopAnimation()));
+
+    // We want the protocol be the default
+    _tab->setCurrentIndex(1);
 }
 
 void ActivitySettings::setActivityTabHidden(bool hidden)

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