[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:07:51 UTC 2016


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

The following commit has been merged in the master branch:
commit 30de455f0633b2781d14f74a77dc8a7b3c3125dd
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Oct 11 17:33:01 2011 +0100

    Add xa to custom presence 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 3bca3e2..2d9dcfc 100644
--- a/dialogs/custom-presence-dialog.cpp
+++ b/dialogs/custom-presence-dialog.cpp
@@ -80,6 +80,7 @@ void CustomPresenceDialog::setupDialog()
     m_statusMessage->addItem(KIcon("user-online"), i18n("Set custom available message ..."),qVariantFromValue(Tp::Presence::available()));
     m_statusMessage->addItem(KIcon("user-busy"), i18n("Set custom busy message ..."), qVariantFromValue(Tp::Presence::busy()));
     m_statusMessage->addItem(KIcon("user-away"), i18n("Set custom away message ..."), qVariantFromValue(Tp::Presence::away()));
+    m_statusMessage->addItem(KIcon("user-away-extended"), i18n("Set custom extended away message ..."), qVariantFromValue(Tp::Presence::xa()));
 
     m_statusMessage->setAutoCompletion(false);
     m_statusMessage->show();

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list