Skip to content

Commit

Permalink
Fixed script.
Browse files Browse the repository at this point in the history
  • Loading branch information
geektophe committed Oct 21, 2013
1 parent 17f8a42 commit 22616d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mcabber-watch-xscreensaver
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GajimProxy(object):
Saves current status to be restored by back method.
"""
if not os.path.isfile(FIFO):
if not os.path.exists(FIFO):
return
f = open(FIFO, "w")
f.write("/%s\n" % command)
Expand Down

0 comments on commit 22616d8

Please sign in to comment.