[Pkg-owncloud-commits] [owncloud-client] 07/60: Link share: Move 'delete' button to the bottom #6163

Sandro Knauß hefee at debian.org
Sat Dec 16 10:38:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch upstream
in repository owncloud-client.

commit 14a51458ab851ac52a4e4f8591c5dc14fe3a1a7b
Author: Christian Kamm <mail at ckamm.de>
Date:   Mon Nov 20 12:42:41 2017 +0100

    Link share: Move 'delete' button to the bottom #6163
---
 src/gui/sharelinkwidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/sharelinkwidget.cpp b/src/gui/sharelinkwidget.cpp
index 3c4a217..3742db3 100644
--- a/src/gui/sharelinkwidget.cpp
+++ b/src/gui/sharelinkwidget.cpp
@@ -158,12 +158,12 @@ ShareLinkWidget::ShareLinkWidget(AccountPtr account,
     _linkContextMenu = new QMenu(this);
     connect(_linkContextMenu, &QMenu::triggered,
         this, &ShareLinkWidget::slotLinkContextMenuActionTriggered);
-    _deleteLinkAction = _linkContextMenu->addAction(tr("Delete"));
     _openLinkAction = _linkContextMenu->addAction(tr("Open link in browser"));
     _copyLinkAction = _linkContextMenu->addAction(tr("Copy link to clipboard"));
     _copyDirectLinkAction = _linkContextMenu->addAction(tr("Copy link to clipboard (direct download)"));
     _emailLinkAction = _linkContextMenu->addAction(tr("Send link by email"));
     _emailDirectLinkAction = _linkContextMenu->addAction(tr("Send link by email (direct download)"));
+    _deleteLinkAction = _linkContextMenu->addAction(tr("Delete"));
 
     /*
      * Create the share manager and connect it properly

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