[Pkg-owncloud-commits] [owncloud-client] 78/115: Status icons: Display the correct icons after startup connect.

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 29 22:04:03 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 e4fe4cb4d31e43c26916eeed5bf7e03e9e6e77d4
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Aug 19 14:10:57 2014 +0200

    Status icons: Display the correct icons after startup connect.
---
 src/mirall/owncloudgui.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mirall/owncloudgui.cpp b/src/mirall/owncloudgui.cpp
index 0fc9ff6..a46b31d 100644
--- a/src/mirall/owncloudgui.cpp
+++ b/src/mirall/owncloudgui.cpp
@@ -201,8 +201,8 @@ void ownCloudGui::startupConnected( bool connected, const QStringList& fails )
     if( connected ) {
         qDebug() << "######## connected to ownCloud Server!";
         folderMan->setSyncEnabled(true);
-        _tray->setIcon( Theme::instance()->syncStateIcon( SyncResult::NotYetStarted, true ) );
-        _tray->show();
+        // _tray->setIcon( Theme::instance()->syncStateIcon( SyncResult::NotYetStarted, true ) );
+        // _tray->show();
     }
 
     _startupFails = fails; // store that for the settings dialog once it appears.
@@ -210,6 +210,7 @@ void ownCloudGui::startupConnected( bool connected, const QStringList& fails )
         _settingsDialog->setGeneralErrors( _startupFails );
     }
 
+    slotComputeOverallSyncStatus();
 }
 
 void ownCloudGui::slotComputeOverallSyncStatus()

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