mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
Deselect adapter upon configuration error
This commit is contained in:
parent
9c88d76612
commit
6a2c109ee8
@ -224,12 +224,14 @@ G_MODULE_EXPORT void updatestart_btn_clicked_cb(GtkWidget *w, gpointer data)
|
||||
void deselect_adapter(struct application *app)
|
||||
{
|
||||
GET_UI_ELEMENT(GtkComboBox, cb_adapter_list);
|
||||
GtkWidget *adapter_details = GTK_WIDGET( gtk_builder_get_object(app->builder, "adapterDetails") );
|
||||
|
||||
printf("deselect adapter\n");
|
||||
|
||||
if (app->current_adapter_handle) {
|
||||
gcn64_closeDevice(app->current_adapter_handle);
|
||||
app->current_adapter_handle = NULL;
|
||||
gtk_widget_set_sensitive(adapter_details, FALSE);
|
||||
}
|
||||
|
||||
gtk_combo_box_set_active_iter(cb_adapter_list, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user