[pitivi] medialibrary: Make special characters show up correctly in iconview mode
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] medialibrary: Make special characters show up correctly in iconview mode
- Date: Tue, 15 Jan 2013 19:05:14 +0000 (UTC)
commit b2309e9b30485abf24f3e78dd3e62bf5a4f97530
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sun Jan 13 17:02:29 2013 -0500
medialibrary: Make special characters show up correctly in iconview mode
pitivi/medialibrary.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/medialibrary.py b/pitivi/medialibrary.py
index 650c0c5..165287d 100644
--- a/pitivi/medialibrary.py
+++ b/pitivi/medialibrary.py
@@ -251,7 +251,7 @@ class MediaLibraryWidget(Gtk.VBox, Loggable):
cell.props.width = 128
cell.props.wrap_width = 128
self.iconview.pack_start(cell, False)
- self.iconview.add_attribute(cell, "text", COL_SHORT_TEXT)
+ self.iconview.add_attribute(cell, "markup", COL_SHORT_TEXT)
self.iconview.set_selection_mode(Gtk.SelectionMode.MULTIPLE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]