commit before testing

This commit is contained in:
arcan1s
2014-04-01 22:39:32 +04:00
parent 405dda5144
commit decf714e74
9 changed files with 449 additions and 449 deletions

View File

@ -236,7 +236,7 @@ class PTMNotify:
except:
pass
try:
if (sender == self.parent.parent.label_hdd0):
if (sender == self.parent.parent.label_hdd):
content = self.createText("disk")
return content
except:
@ -248,7 +248,7 @@ class PTMNotify:
except:
pass
try:
if (sender == self.parent.parent.label_netDown):
if (sender == self.parent.parent.label_net):
content = self.createText("network")
return content
except:
@ -265,3 +265,9 @@ class PTMNotify:
return content
except:
pass
try:
if (sender == self.parent.parent.label_custom):
content = self.createText("system")
return content
except:
pass