Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

gtklib: implement missing runNautilus() function

Changeset 36ad5cb9f4e1

Parent 2f853eb12f36

by Steve Borho

Changes to one file · Browse files at 36ad5cb9f4e1 Showing diff from parent 2f853eb12f36 Diff from another changeset...

 
369
370
371
372
373
 
 
374
375
376
 
369
370
371
 
 
372
373
374
375
376
@@ -369,8 +369,8 @@
  subprocess.Popen('explorer "%s"' % self.path)     def runNautilus(self): - # TODO implement me! - pass + import subprocess + subprocess.Popen('nautilus --browser "%s"' % self.path)    def markup(text, **kargs):   """