[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=3c06f28

The following commit has been merged in the master branch:
commit 3c06f289fb66f728327efad601b3f2e863b0fe65
Author: Alexander Potashev <aspotashev at gmail.com>
Date:   Tue May 5 19:11:15 2015 +0300

    Make "Close" button work in the custom presense dialog
---
 dialogs/custom-presence-dialog.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dialogs/custom-presence-dialog.cpp b/dialogs/custom-presence-dialog.cpp
index 3f09139..3f0d50b 100644
--- a/dialogs/custom-presence-dialog.cpp
+++ b/dialogs/custom-presence-dialog.cpp
@@ -71,6 +71,7 @@ void CustomPresenceDialog::setupDialog()
     setWindowTitle(i18n("Edit Custom Presences"));
 
     QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Close, this);
+    connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
 
     FilteredModel *filteredModel = new FilteredModel(this);
     filteredModel->setSourceModel(m_model);

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list