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

history: reset custom filter text when switching to non-custom filter

Changeset b181aaeee585

Parent ef8bf7388dcc

by Henrik Stuart

Changes to one file · Browse files at b181aaeee585 Showing diff from parent ef8bf7388dcc Diff from another changeset...

 
507
508
509
 
 
 
510
511
512
 
507
508
509
510
511
512
513
514
515
@@ -507,6 +507,9 @@
  t = t + ' - ' + filtername   self.set_title(t)   + if self.filter != 'custom': + self.filterentry.set_text('') +   if self.filter == 'branch':   branch = opts.get('branch', None)   self.graphview.refresh(self.graphcol, None, opts)