Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

nautilus: remove obsolete code

Changeset 050a973a12fd

Parent 5719dddac0da

by Steve Borho

Changes to one file · Browse files at 050a973a12fd Showing diff from parent 5719dddac0da Diff from another changeset...

 
29
30
31
32
33
34
35
 
86
87
88
89
90
91
92
93
94
95
96
97
98
99
 
29
30
31
 
32
33
34
 
85
86
87
 
 
 
 
 
 
 
 
88
89
90
@@ -29,7 +29,6 @@
  from mercurial.repo import RepoError    TORTOISEHG_PATH = '~/tools/tortoisehg-dev' -TERMINAL_KEY = '/desktop/gnome/applications/terminal/exec'    class HgExtension(nautilus.MenuProvider,   nautilus.ColumnProvider, @@ -86,14 +85,6 @@
  return None    #start dialogs - def _open_terminal(self, window, info): - path = self.get_path_for_vfs_file(vfs_file) - if path is None: - return - os.chdir(path) - terminal = self.client.get_string(TERMINAL_KEY) - os.system('%s &' % terminal) -   def _about(self, window, info):   self._run_dialog('about', filelist=False)