[Pkg-owncloud-commits] [owncloud-client] 98/115: GUI: on Mac do not call slotUpdateAccountIcon

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 29 22:04:06 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 54e2b9345b60666ebc57a6476c4d075a8d8b7a4d
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Aug 21 11:00:57 2014 +0200

    GUI: on Mac do not call slotUpdateAccountIcon
---
 src/mirall/owncloudgui.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mirall/owncloudgui.cpp b/src/mirall/owncloudgui.cpp
index 7e9e710..994251a 100644
--- a/src/mirall/owncloudgui.cpp
+++ b/src/mirall/owncloudgui.cpp
@@ -271,9 +271,11 @@ void ownCloudGui::slotComputeOverallSyncStatus()
             QIcon icon = Theme::instance()->syncStateIcon(SyncResult::Problem);
             _tray->setIcon( icon );
             _tray->setToolTip(tr("There are no sync folders configured."));
+#if !defined Q_OS_MAC
             if( _settingsDialog ) {
                 _settingsDialog->slotUpdateAccountIcon(icon);
             }
+#endif
         }
     }
 }

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