]> Pileus Git - ~andy/gtk/commitdiff
Use GtkComboBox in the property editor code
authorChristian Dywan <christian@twotoasts.de>
Fri, 16 Oct 2009 14:58:34 +0000 (16:58 +0200)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:17 +0000 (01:51 +0200)
tests/prop-editor.c

index 7adff87b55ed84f0faf6695f031b2674f1ae9216..b6b39783d1adde69d8493effa4981600761dd669 100644 (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);