(it is true now =))
This commit is contained in:
arcan1s 2013-09-29 06:18:44 +04:00
parent e7babdfde4
commit c3d953b99e
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ makedepends=('automoc4' 'cmake')
source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid
https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip) https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip)
install=${pkgname}.install install=${pkgname}.install
md5sums=('5f619e6770bec8dbf7d18907d3a2143e' md5sums=('de54ece6545d28888a60d33f09ce69a1'
'775bc3a6057f2dc1696f09b8d315a3e9') '775bc3a6057f2dc1696f09b8d315a3e9')
build () build ()

Binary file not shown.

View File

@ -272,9 +272,9 @@ class Reinit():
self.parent.layout.addItem(self.parent.label_hddtemp) self.parent.layout.addItem(self.parent.label_hddtemp)
if not confAccept: if not confAccept:
self.parent.applet.setLayout(self.parent.layout) self.parent.applet.setLayout(self.parent.layout)
self.parent.theme = Plasma.Svg(self.parent) self.parent.theme = Plasma.Svg(self.parent)
self.parent.theme.setImagePath("widgets/background") self.parent.theme.setImagePath("widgets/background")
self.parent.setBackgroundHints(Plasma.Applet.DefaultBackground) self.parent.setBackgroundHints(Plasma.Applet.DefaultBackground)
self.parent.resize(10,10) self.parent.resize(10,10)
# create dataengines # create dataengines