| 1017 | } |
| 1018 | |
| 1019 | G_MODULE_EXPORT void |
| 1020 | import_lang_changed_cb (GtkWidget *widget, GParamSpec *pspec, gpointer userdata) |
| 1021 | { |
| 1022 | signal_user_data_t *ud = ghb_ud(); |
| 1023 | ghb_widget_to_setting(ud->settings, widget); |
| 1024 | GhbValue *val = ghb_dict_get(ud->settings, "ImportLanguage"); |
| 1025 | import_setting_update(ghb_value_dup(val), "Language", ud); |
| 1026 | } |
| 1027 | |
| 1028 | static void |
| 1029 | clear_subtitle_list_settings(GhbValue *settings) |
nothing calls this directly
no test coverage detected