Browse Source

removed guillemets

pull/18/head
Pierre Gueth 15 years ago
parent
commit
be0a53e877
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      applet.py

+ 1
- 1
applet.py View File

@ -34,7 +34,7 @@ class Action:
print "unknown action %s for %s" % (self.name,self.path)
def terminal(self):
if not os.fork():
subprocess.Popen(['gnome-terminal',"--default-working-directory='%s'" % self.path]).wait()
subprocess.Popen(['gnome-terminal',"--default-working-directory=%s" % self.path]).wait()
sys.exit()
def nautilus(self):
if not os.fork():

Loading…
Cancel
Save