commit bcf96a240d3395ad09870bd5b0a9dafe1e0526c6 Author: Daniele Forsi <dani...@forsi.it> Date: Wed Jul 27 00:44:45 2011 +0200
Fix crash when trying to open the Configure Repositories dialog * plugins/repository_editor/repository_editor.xml * Replace GtkComboBoxEntry with GtkComboBoxText with has_entry=true Fixes: ** ERROR **: Failed to create builder from file /usr/share/gtkpod/data/glade/repository_editor.xml: Invalid object type `GtkComboBoxEntry' aborting... Program received signal SIGABRT, Aborted. plugins/repository_editor/repository_editor.xml | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) --- diff --git a/plugins/repository_editor/repository_editor.xml b/plugins/repository_editor/repository_editor.xml index fc503c6..8ea3e5f 100644 --- a/plugins/repository_editor/repository_editor.xml +++ b/plugins/repository_editor/repository_editor.xml @@ -238,7 +238,8 @@ <property name="column_spacing">80</property> <property name="row_spacing">6</property> <child> - <object class="GtkComboBoxEntry" id="ipod_model_combo"> + <object class="GtkComboBoxText" id="ipod_model_combo"> + <property name="has_entry">True</property> <property name="visible">True</property> </object> <packing> @@ -1345,7 +1346,8 @@ NOTE: if you sync with the master playlist, you must check this option if you wa </packing> </child> <child> - <object class="GtkComboBoxEntry" id="crw_ipod_model_combo"> + <object class="GtkComboBoxText" id="crw_ipod_model_combo"> + <property name="has_entry">True</property> <property name="visible">True</property> </object> <packing> @@ -1535,7 +1537,8 @@ NOTE: if you sync with the master playlist, you must check this option if you wa </packing> </child> <child> - <object class="GtkComboBoxEntry" id="iid_model_combo"> + <object class="GtkComboBoxText" id="iid_model_combo"> + <property name="has_entry">True</property> <property name="visible">True</property> </object> <packing> @@ -1695,7 +1698,8 @@ NOTE: if you sync with the master playlist, you must check this option if you wa </packing> </child> <child> - <object class="GtkComboBoxEntry" id="simd_model_combo"> + <object class="GtkComboBoxText" id="simd_model_combo"> + <property name="has_entry">True</property> <property name="width_request">250</property> <property name="visible">True</property> </object> ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2