Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

datamine: no need to use 'use-markup' property

This property was instroduced in <fee912819a87>, but now
we have separated columns for description (escaped and non-escaped).
Therefore we can remove it.

Changeset 27dfffc12c15

Parent f9858b62b9a6

by Yuki KODAMA

Changes to one file · Browse files at 27dfffc12c15 Showing diff from parent f9858b62b9a6 Diff from another changeset...

 
114
115
116
117
118
119
120
 
114
115
116
 
117
118
119
@@ -114,7 +114,6 @@
  notebook.connect('thg-new', self.new_notebook)     self.stbar = statusbar.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