summaryrefslogtreecommitdiffstats
path: root/gtk/src/audiohandler.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-01 13:15:22 -0700
committerJohn Stebbins <[email protected]>2015-10-01 13:15:22 -0700
commit74d6f3349fc8c3e1b99363fde967c2fccf6253de (patch)
tree1cee8009d9396b849890eeaa4f48ad9ece3e02b8 /gtk/src/audiohandler.c
parentb6634518e840e8055bd98e81abef62d4c55adafb (diff)
LinGui: generalize initialization of Combo boxes
Diffstat (limited to 'gtk/src/audiohandler.c')
-rw-r--r--gtk/src/audiohandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c
index 0c5aa4a02..ca0bda9b5 100644
--- a/gtk/src/audiohandler.c
+++ b/gtk/src/audiohandler.c
@@ -2398,7 +2398,7 @@ audio_def_lang_list_init(signal_user_data_t *ud)
for (ii = 0; ii < count; )
{
GhbValue *lang_val = ghb_array_get(lang_list, ii);
- int idx = ghb_lookup_audio_lang(lang_val);
+ int idx = ghb_lookup_lang(lang_val);
GtkListBox *avail, *selected;
GtkListBoxRow *row;