Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

datamine: set use-markup propery on status bar label

This fixes the markup discrepancy between the tooltip and
the status bar, both now respect markup so both will
display the same text. Fixes long standing issue with
<> and other special characters in comment messages.

Changeset fee912819a87

Parent 63c5fdcaee87

by Steve Borho

Changes to one file · Browse files at fee912819a87 Showing diff from parent 63c5fdcaee87 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
75
76
77
 
78
79
80
 
75
76
77
78
79
80
81
@@ -75,6 +75,7 @@
  vbox.pack_start(self.notebook, True, True, 2)     self.stbar = gtklib.StatusBar() + self.stbar.sttext.set_property('use-markup', True)   vbox.pack_start(self.stbar, False, False, 2)   self.stop_button.set_sensitive(False)   return vbox