[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=cd76922
The following commit has been merged in the master branch:
commit cd7692294f15e783c21ca86a4b59d89c1cf2c83c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Apr 1 16:44:17 2011 +0100
    Disable find/replace in the context menu for the text edit area.
---
 lib/chat-text-edit.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/chat-text-edit.cpp b/lib/chat-text-edit.cpp
index ef6cd59..a24c7ff 100644
--- a/lib/chat-text-edit.cpp
+++ b/lib/chat-text-edit.cpp
@@ -31,8 +31,9 @@ ChatTextEdit::ChatTextEdit(QWidget *parent) :
     setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     setCheckSpellingEnabled(true);
+    enableFindReplace(false);
     setMinimumHeight(0);
-
+    
     connect(this, SIGNAL(textChanged()), SLOT(recalculateSize()));
 }
 
-- 
ktp-text-ui packaging
    
    
More information about the pkg-kde-commits
mailing list