Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

datamine: close only datamine dialog

'thgexit' function is used to terminate the process. If Datamine dialog
was opened from Changelog viewer, and you hit Ctrl+W on Datamine dialog,
it will close not only Datamine dialog but also Changelog viewer.

Changeset 45ca4ed339f4

Parent e69a2fefbd94

by Yuki KODAMA

Changes to one file · Browse files at 45ca4ed339f4 Showing diff from parent e69a2fefbd94 Diff from another changeset...

 
269
270
271
272
 
273
274
275
 
269
270
271
 
272
273
274
275
@@ -269,7 +269,7 @@
    def close_notebook(self, notebook):   if notebook.get_n_pages() <= 1: - gtklib.thgexit(self) + gtklib.thgclose(self)   else:   self.close_current_page()