Only changes the setting for the current session
| 5234 | |
| 5235 | // Only changes the setting for the current session |
| 5236 | G_MODULE_EXPORT void |
| 5237 | temp_when_complete_changed_cb (GtkWidget *widget, gpointer data) |
| 5238 | { |
| 5239 | GhbValue * value = ghb_widget_value(widget); |
| 5240 | ghb_set_queue_done_action(gtk_combo_box_get_active(GTK_COMBO_BOX(widget))); |
| 5241 | ghb_ui_update("MainWhenComplete", value); |
| 5242 | ghb_ui_update("QueueWhenComplete", value); |
| 5243 | ghb_value_free(&value); |
| 5244 | } |
| 5245 | |
| 5246 | G_MODULE_EXPORT void |
| 5247 | pref_changed_cb (GtkWidget *widget, gpointer data) |
nothing calls this directly
no test coverage detected