Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 348390
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/trunk/src/form.c
0
++ b/trunk/src/form.c
Lines 218-224 Link Here
218
    case YAD_FIELD_COMBO:
218
    case YAD_FIELD_COMBO:
219
    case YAD_FIELD_COMBO_ENTRY:
219
    case YAD_FIELD_COMBO_ENTRY:
220
      {
220
      {
221
        GtkTreeModel *m;
221
        gint i = 0, def = 0;
222
        gint i = 0, def = 0;
223
224
        /* cleanup previous values */
225
        m = gtk_combo_box_get_model (GTK_COMBO_BOX (w));
226
        gtk_list_store_clear (GTK_LIST_STORE (m));
222
227
223
        s = g_strsplit (value, options.common_data.item_separator, -1);
228
        s = g_strsplit (value, options.common_data.item_separator, -1);
224
        while (s[i])
229
        while (s[i])

Return to bug 348390