diff options
author | John Stebbins <[email protected]> | 2017-06-16 14:41:09 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-06-16 14:41:09 -0700 |
commit | 1e86c6e2834945ff6f17ee104e844c5d946fa161 (patch) | |
tree | 37580317fdc96ef31439b6f33c9417a25c989638 /gtk | |
parent | 5d472d637f9987f8296e3b6b030c326199b932c8 (diff) |
LinGui: add comment
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/subtitlehandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/subtitlehandler.c b/gtk/src/subtitlehandler.c index f833f86e3..3de46103a 100644 --- a/gtk/src/subtitlehandler.c +++ b/gtk/src/subtitlehandler.c @@ -759,7 +759,7 @@ subtitle_burned_toggled_cb(GtkWidget *widget, signal_user_data_t *ud) if (subsettings != NULL) { if (ghb_dict_get_bool(subsettings, "Burn") && - ghb_dict_get(subsettings, "Track") != NULL) + ghb_dict_get(subsettings, "Track") != NULL) // !foreign audio search { ghb_ui_update(ud, "SubtitleDefaultTrack", ghb_boolean_value(FALSE)); subtitle_exclusive_burn(ud, index); |