diff options
author | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-20 23:39:06 +0000 |
commit | dc39beecfc4d7ed31bfe0d62e771d12b5775133f (patch) | |
tree | 9e54084339c5f7aaaa383ed23b4bd901992fd072 /gtk/src/callbacks.c | |
parent | 998a6adf0e9f4697ea6cfa6fdff8cf8c0f3af1a1 (diff) |
LinGui:
- Move the subtitle track combo into the treeview list
Each subtitle entry has its own combo to select the track now
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2433 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/callbacks.c')
-rw-r--r-- | gtk/src/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index e2140d7d5..decc4579d 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -1257,7 +1257,7 @@ title_changed_cb(GtkWidget *widget, signal_user_data_t *ud) titleindex = ghb_settings_combo_int(ud->settings, "title"); ghb_update_ui_combo_box (ud, "AudioTrack", titleindex, FALSE); - ghb_update_ui_combo_box (ud, "SubtitleTrack", titleindex, FALSE); + ghb_subtitle_track_model(ud, titleindex); ghb_set_pref_subtitle(titleindex, ud); if (ghb_get_title_info (&tinfo, titleindex)) |