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: fix tab closing behavior

Changeset 869c08446742

Parent 291f63059ff4

by Yuki KODAMA

Changes to one file · Browse files at 869c08446742 Showing diff from parent 291f63059ff4 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
450
451
452
453
 
454
455
456
 
450
451
452
 
453
454
455
456
@@ -450,7 +450,7 @@
  num = self.notebook.page_num(widget)   if num != -1:   self.notebook.remove_page(num) - if self.notebook.get_n_pages() <= 1: + if self.notebook.get_n_pages() < 1:   self.newpagecount = 1   self.add_search_page()