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

(-)src/ogmrip-pref.c.orig (-2 / +1 lines)
Lines 199-206 Link Here
199
  GtkTreeModel *model;
199
  GtkTreeModel *model;
200
200
201
  model = gtk_combo_box_get_model (combo);
201
  model = gtk_combo_box_get_model (combo);
202
  ogmrip_pref_set_active_lang (combo, 
202
  ogmrip_pref_set_active_lang (combo, gconf_value_get_int (entry->value));
203
      CLAMP (gconf_value_get_int (entry->value), 0, gtk_tree_model_iter_n_children (model, NULL) - 1));
204
}
203
}
205
204
206
static void
205
static void

Return to bug 97337