Don't call deprecated combobox api

gtk_combo_box_set_title is not needed anymore, since we
dropped the tearoff support.
This commit is contained in:
Matthias Clasen
2013-09-05 18:45:16 -04:00
parent 10601b833a
commit 5929103d88

View File

@@ -1190,7 +1190,6 @@ main (int argc, char **argv)
is_separator, NULL, NULL);
gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), 0);
gtk_combo_box_set_title (GTK_COMBO_BOX (combobox), "Dynamic list");
/* GtkComboBox custom entry */
tmp = gtk_frame_new ("GtkComboBox (custom)");