[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:21:44 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=42a2f3c
The following commit has been merged in the master branch:
commit 42a2f3c8bb0c93822cc055e6e66eed843aeb2af8
Author: Ahmed Ibrahim Khalil <ahmedibrahimkhali at gmail.com>
Date: Tue Apr 3 00:36:27 2012 +0200
Resets the window title when blocking/unblocking a contact.
BUG: 297191
REVIEW: 104451
Reviewed By: Daniele Elmo Domenichelli <daniele.domenichelli at gmail.com>
---
app/chat-window.cpp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index 230dc15..53c547c 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -768,6 +768,12 @@ void ChatWindow::toggleBlockButton(bool contactIsBlocked)
connect(action, SIGNAL(triggered()), this, SLOT(onBlockContactTriggered()));
}
+ //Reset the WindowTitle
+ ChatWidget *currChat = qobject_cast<ChatWidget*>(m_tabWidget->currentWidget());
+ Q_ASSERT(currChat);
+ setWindowTitle(currChat->title());
+
+ setBlockEnabled(true);
}
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list