projects
/
lilass.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix the zenity backend to work. it doesn't provide all the possible functionality...
[lilass.git]
/
gui.py
diff --git
a/gui.py
b/gui.py
index c1f045d6c1d5ecdeae46f46307c821aaa73f9386..998783f65c68f4c7372af00771768607f035bdb3 100644
(file)
--- a/
gui.py
+++ b/
gui.py
@@
-68,7
+68,7
@@
class ZenityFrontend:
@staticmethod
def isAvailable():
try:
- from
dsl
import processOutputIt
+ from
screen
import processOutputIt
processOutputIt("zenity", "--version")
return True
except Exception: