diff options
author | jstebbins <[email protected]> | 2011-06-27 08:54:22 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-27 08:54:22 +0000 |
commit | b03405c94ba63e94056284b29bb9c65059244186 (patch) | |
tree | 006e20dd70513ec10be9f127fd1d8d3051780f4f /gtk/src | |
parent | 36d97e89367de3aa8c430f11c338966646081fdd (diff) |
LinGui: fix initial enabled state of audio options after scan
audios that are disabled were not getting grayed out in the audio options
list till the track or encoder selection changed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4079 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c index cd6a76267..bcf5c26fc 100644 --- a/gtk/src/callbacks.c +++ b/gtk/src/callbacks.c @@ -1498,6 +1498,7 @@ title_changed_cb(GtkWidget *widget, signal_user_data_t *ud) update_chapter_list (ud); ghb_adjust_audio_rate_combos(ud); ghb_set_pref_audio(titleindex, ud); + ghb_grey_combo_options (ud->builder); ghb_set_pref_subtitle(titleindex, ud); // Unfortunately, there is no way to query how many frames were |