[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=3ccfeaa

The following commit has been merged in the master branch:
commit 3ccfeaa59188931e0a9ffd837c3deb80718b8731
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Fri Aug 19 12:58:25 2011 +0200

    FIX size issue with plasmoid + added plasmoid icon
---
 src/telepathyContact.cpp         | 3 ++-
 telepathy-contact-applet.desktop | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/telepathyContact.cpp b/src/telepathyContact.cpp
index 947e0b8..5f3c87b 100644
--- a/src/telepathyContact.cpp
+++ b/src/telepathyContact.cpp
@@ -33,8 +33,9 @@ TelepathyContact::TelepathyContact(QObject* parent, const QVariantList& args)
     , m_declarative(new Plasma::DeclarativeWidget(this))
     , m_contact(0)
 {
+    // setup plasmoid
+    resize(128, 128);
     setBackgroundHints(NoBackground);
-    m_declarative->setGeometry(geometry());
 
     // user shouldn't be able to resize the plasmoid
     setAspectRatioMode(Plasma::FixedSize);
diff --git a/telepathy-contact-applet.desktop b/telepathy-contact-applet.desktop
index 0d7c905..f76059f 100644
--- a/telepathy-contact-applet.desktop
+++ b/telepathy-contact-applet.desktop
@@ -3,12 +3,13 @@ Name=Telepathy Contact
 Comment=telepathy contact applet
 Type=Service
 ServiceTypes=Plasma/Applet
+Icon=im-user
 
 X-Plasma-DefaultSize=128,128
 
 X-KDE-Library=plasma_applet_telepathy_contact
 X-KDE-PluginInfo-Name=telepathy_contact
-X-KDE-PluginInfo-Category=
+X-KDE-PluginInfo-Category=Online Services
 X-KDE-PluginInfo-Author=Francesco Nwokeka
 X-KDE-PluginInfo-Email=francesco.nwokeka at gmail.com
 X-KDE-PluginInfo-Version=0.1

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list