| 640 | } |
| 641 | |
| 642 | void |
| 643 | ghb_preset_menu_button_refresh(signal_user_data_t *ud, |
| 644 | const char *fullname, int type) |
| 645 | { |
| 646 | hb_preset_index_t * path; |
| 647 | |
| 648 | path = hb_preset_search_index(fullname, 0, type); |
| 649 | set_preset_menu_button_label(ud, path); |
| 650 | } |
| 651 | |
| 652 | static void |
| 653 | select_preset2(signal_user_data_t *ud, hb_preset_index_t *path) |
no test coverage detected