summaryrefslogtreecommitdiff
path: root/src/gui/pieComboList.vala
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-01-27 21:34:48 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2012-01-27 21:34:48 +0100
commita824c3e5bdab686901b02667609282e7d596a6af (patch)
treede05c11d82468977683d65b39952f5e3ab3e2841 /src/gui/pieComboList.vala
parent21c8b0c749be00fff27e41e4c2d677dd7d320fa0 (diff)
Imported Upstream version 0.4.2upstream/0.4.2
Diffstat (limited to 'src/gui/pieComboList.vala')
-rw-r--r--src/gui/pieComboList.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/pieComboList.vala b/src/gui/pieComboList.vala
index 3b54944..3be3bff 100644
--- a/src/gui/pieComboList.vala
+++ b/src/gui/pieComboList.vala
@@ -65,7 +65,7 @@ class PieComboList : Gtk.ComboBox {
this.pack_start(name_render, true);
this.add_attribute(icon_render, "pixbuf", DataPos.ICON);
- this.add_attribute(name_render, "markup", DataPos.NAME);
+ this.add_attribute(name_render, "text", DataPos.NAME);
this.changed.connect(() => {
Gtk.TreeIter active;