diff --git a/source/ubl-settings-update.c b/source/ubl-settings-update.c index 1005444..19310fc 100644 --- a/source/ubl-settings-update.c +++ b/source/ubl-settings-update.c @@ -787,7 +787,7 @@ void on_repo_edit(GtkWidget *,main_window *widgets){ gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->UsageEnableInsallCheck),1); } if (!strcmp(usage[i],"Upgrade")){ - gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->UsageEnableInsallCheck),1); + gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->UsageSysupgradeCheck),1); } } }