Comment 150 for bug 219385

Revision history for this message
In , Karlt (karlt) wrote :

(In reply to Rafał Mużyło from comment #125)
> A minor query about
> gComboBoxEntryWidget = NULL; /* TODO - gtk_combo_box_entry_new();*/
> in patch from comment 122.
> What would be wrong with using gtk_combo_box_new_with_entry there ?

I expect that would be the correct widget to use. However, I'm guessing it is not as simple as just changing the widget, but other code will also need changing. That can be sorted out separately.