| 1080 | } |
| 1081 | |
| 1082 | void |
| 1083 | ghb_set_destination (signal_user_data_t *ud) |
| 1084 | { |
| 1085 | set_destination_settings(ud, ud->settings); |
| 1086 | ghb_ui_update("dest_file", ghb_dict_get_value(ud->settings, "dest_file")); |
| 1087 | } |
| 1088 | |
| 1089 | static void |
| 1090 | source_dialog_drive_list (GtkFileChooser *chooser, signal_user_data_t *ud) |
no test coverage detected