Fixed bug with crashing plasma

!current version is unstable!
This commit is contained in:
arcan1s 2013-05-23 03:15:43 +04:00
parent a5fc96eb73
commit 9243220505
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from util import *
class Config():
def __init__(self, applet):
self.applet = applet
self.config = self.applet.globalConfig()
self.config = self.applet.config()
def get(self, key, default = ''):
return self.config.readEntry(key, default).toString()