[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:18:59 UTC 2016


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

The following commit has been merged in the master branch:
commit 4674bb29cc1ce4752db7f43cb71d55e0de43dcec
Author: Lasse Liehu <lliehu at kolumbus.fi>
Date:   Mon Mar 7 17:54:14 2011 +0200

    Close the channel when the tab is closed
    BUG:265483
---
 lib/chat-widget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 5a8bab3..753de62 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -195,6 +195,7 @@ ChatWidget::ChatWidget(const Tp::TextChannelPtr & channel, QWidget *parent)
 
 ChatWidget::~ChatWidget()
 {
+    d->channel->requestClose(); // ensure closing; does nothing, if already closed
     delete d;
 }
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list