[Pkg-owncloud-commits] [owncloud-client] 303/484: Recent Activity: Don't reset for no reason #3889
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:56 UTC 2015
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 e50cfa4e1bf36a9e1c270ea7fd63ce55f21535bc
Author: Christian Kamm <mail at ckamm.de>
Date: Wed Nov 11 12:47:27 2015 +0100
Recent Activity: Don't reset for no reason #3889
---
src/gui/owncloudgui.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index b11b34a..8a67b4b 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -383,9 +383,7 @@ void ownCloudGui::setupContextMenu()
_tray->hide();
}
_contextMenu->clear();
- _recentActionsMenu->clear();
- _recentActionsMenu->addAction(tr("None."));
- _recentActionsMenu->addAction(_actionRecent);
+ slotRebuildRecentMenus();
} else {
_contextMenu.reset(new QMenu());
_recentActionsMenu = new QMenu(tr("Recent Changes"), _contextMenu.data());
--
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