From kde-commits Wed Apr 20 18:34:21 2011 From: Marco Martin Date: Wed, 20 Apr 2011 18:34:21 +0000 To: kde-commits Subject: playground/base/plasma/declarative-applets/replacements/news/package/contents/ui Message-Id: <20110420183421.6EBA6AC8D3 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130332449008265 SVN commit 1228593 by mart: correctly set a popupicon M +1 -0 main.qml --- trunk/playground/base/plasma/declarative-applets/replacements/news/package/contents/ui/main.qml #1228592:1228593 @@ -39,6 +39,7 @@ //FIXME: it's launching a separated shell script: a more automated process is needed plasmoid.associatedApplication = "news-tablet" plasmoid.busy = true + plasmoid.popupIcon = QIcon("akregator") configChanged() }