Skip to content
Snippets Groups Projects
Commit 15e4fe02 authored by Klismann Smoger Mottin's avatar Klismann Smoger Mottin
Browse files

main.py: Removed le-light references


Le-light now have le-light-edubar, so le-edubar doesn't need to reference
le-light anymore.

Signed-off-by: default avatarKlismann Smoger Mottin <ksm09@inf.ufpr.br>
Acked-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarAdriano da Luz <al08@c3sl.ufpr.br>
parent 2d24318d
No related branches found
No related tags found
No related merge requests found
......@@ -195,10 +195,6 @@ class Edubar(plasmascript.Applet):
# Get the screen size and calculate the icon size
width = self.getScreenGeometry().width()
if os.path.exists("/etc/le-light"):
for button in ("search", "download", "searchC"):
while icons.count(iDict[button]):
icons.remove(iDict[button])
if width < 1024:
wsize = 96
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment