[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:22:06 UTC 2016


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

The following commit has been merged in the master branch:
commit dcd5bf561cafc2f8a9408d1cab7b87359329c172
Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Mon Jul 16 21:55:09 2012 +0300

    ChatTextEdit: Fix slot name
---
 lib/chat-text-edit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chat-text-edit.cpp b/lib/chat-text-edit.cpp
index 2985aee..e4ca62c 100644
--- a/lib/chat-text-edit.cpp
+++ b/lib/chat-text-edit.cpp
@@ -119,7 +119,7 @@ bool ChatTextEdit::event(QEvent *e)
 void ChatTextEdit::resizeEvent(QResizeEvent *e)
 {
     KTextEdit::resizeEvent(e);
-    QTimer::singleShot(0, this, SLOT(updmessageBoxEventFilterateScrollBar()));
+    QTimer::singleShot(0, this, SLOT(updateScrollBar()));
 }
 
 void ChatTextEdit::recalculateSize()

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list