[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=1f78015

The following commit has been merged in the master branch:
commit 1f780153d9cd6b672c14b3e0217acfd582968765
Author: Andrea Scarpino <andrea at archlinux.org>
Date:   Thu Mar 7 15:34:50 2013 +0059

    GlobalShortcutAllowed is false by default - also this method is deprecated
---
 app/chat-window.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index 8092c3a..410c86f 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -697,7 +697,6 @@ void ChatWindow::setupCustomActions()
     KAction *sendMessage = new KAction(i18n("Send message"), this);
     sendMessage->setShortcut(QKeySequence::InsertParagraphSeparator, KAction::DefaultShortcut);
     sendMessage->setShortcutConfigurable(true);
-    sendMessage->setGlobalShortcutAllowed(false);
     connect(sendMessage, SIGNAL(triggered()), SLOT(sendCurrentTabMessage()));
 
     // add custom actions to the collection

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list