Changes

Line 14: Line 14:     
  gc = self.get_style().fg[Gtk.StateType.NORMAL]
 
  gc = self.get_style().fg[Gtk.StateType.NORMAL]
 +
 +
 +
== Gtk.DrawingArea ==
 +
 +
self.layout = self.create_pango_layout('')
 +
self.layout.set_text(self.title_original)
 +
 +
replaced by:
 +
 +
self.layout = self.create_pango_layout('')
 +
self.layout.set_text(self.title_original, len(self.title_original)
266

edits