Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

thgpbranch: Fix usage of StatusBar

Changeset 275136cee619

Parent 1508715579c6

by Peer Sommerlund

Changes to 2 files · Browse files at 275136cee619 Showing diff from parent 1508715579c6 Diff from another changeset...

 
1357
1358
1359
 
1360
1361
1362
 
1357
1358
1359
1360
1361
1362
1363
@@ -1357,6 +1357,7 @@
  # prepare statusbar   self.stbar = statusbar.StatusBar()   self.stbar.append_field('mq') + self.stbar.append_field('pbranch')   self.stbar.append_field('filter')   self.stbar.append_field('rev')  
 
328
329
330
331
 
332
333
334
 
328
329
330
 
331
332
333
334
@@ -328,7 +328,7 @@
  status_text = self.pending_merges() \   and _('pending pmerges') \   or _('no pending pmerges') - self.statusbar.set_right3_text(status_text) + self.statusbar.set_text(status_text, 'pbranch')   self.statusbar.set_idle_text(idle_text)     def pgraph(self):