Use GtkComboBox in the property editor code

This commit is contained in:
Christian Dywan 2009-10-16 16:58:34 +02:00 committed by Javier Jardón
parent 46b170ba0e
commit d72b1e35c9

View File

@ -405,6 +405,7 @@ enum_modified (GtkComboBox *cb, gpointer data)
i = gtk_combo_box_get_active (cb);
if (is_child_property (p->spec))
{
GtkWidget *widget = GTK_WIDGET (p->obj);