[Xfce4-commits] <parole:master> Fix visualisations combobox (add liststore and cellrenderer)
Simon Steinbeiss
noreply at xfce.org
Mon Jul 23 01:24:53 CEST 2012
Updating branch refs/heads/master
to 5be31e323b3b7393c72490f8fadb984688e664a7 (commit)
from 45e8e7c22a54c298c8b0c98b5b71264d069bd200 (commit)
commit 5be31e323b3b7393c72490f8fadb984688e664a7
Author: Simon Steinbeiss <ochosi at xfce.org>
Date: Tue Jul 17 18:54:48 2012 +0200
Fix visualisations combobox (add liststore and cellrenderer)
data/interfaces/parole-settings.ui | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/data/interfaces/parole-settings.ui b/data/interfaces/parole-settings.ui
index 19b6d83..10ebbb7 100644
--- a/data/interfaces/parole-settings.ui
+++ b/data/interfaces/parole-settings.ui
@@ -151,7 +151,14 @@
<object class="GtkComboBox" id="vis-combobox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <signal name="changed" handler="parole_conf_dialog_vis_plugin_changed_cb" swapped="no"/>
+ <property name="model">liststore1</property>
+ <signal name="changed" handler="parole_conf_dialog_vis_plugin_changed_cb"/>
+ <child>
+ <object class="GtkCellRendererText" id="cellrenderertext1"/>
+ <attributes>
+ <attribute name="text">0</attribute>
+ </attributes>
+ </child>
</object>
<packing>
<property name="expand">True</property>
@@ -654,4 +661,10 @@
<action-widget response="-7">close</action-widget>
</action-widgets>
</object>
+ <object class="GtkListStore" id="liststore1">
+ <columns>
+ <!-- column-name gchararray1 -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
</interface>
More information about the Xfce4-commits
mailing list