[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:19:13 UTC 2016


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

The following commit has been merged in the master branch:
commit 57b35f6ff80a5e26eb87a5473ca0e865684625ea
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Apr 2 20:12:46 2011 +0100

    Fix bug in which nothing could be typed into the ChatTextEdit.
    
    Reviewed by: Martin Klapetek
---
 lib/chat-text-edit.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chat-text-edit.cpp b/lib/chat-text-edit.cpp
index 0462810..525f877 100644
--- a/lib/chat-text-edit.cpp
+++ b/lib/chat-text-edit.cpp
@@ -70,6 +70,7 @@ void ChatTextEdit::keyPressEvent(QKeyEvent* e)
     if (e->matches(QKeySequence::Find)) {
         emit findTextShortcutPressed();
     }
+    KTextEdit::keyPressEvent(e);
 }
 
 void ChatTextEdit::resizeEvent(QResizeEvent* e)

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list