diff --git a/source/ubl-settings-video.c b/source/ubl-settings-video.c index c1f5331..ff8ea05 100644 --- a/source/ubl-settings-video.c +++ b/source/ubl-settings-video.c @@ -366,7 +366,7 @@ void on_resolutions_unsupported_show(GtkToggleButton *self, monitor_edit_window gtk_combo_box_set_active(GTK_COMBO_BOX(window->ResolutionCombo),0); if (gtk_toggle_button_get_active(self)){ int size; - config_str resolutions = yon_resource_open(get_resolutions_supportable_command,&size); + config_str resolutions = yon_resource_open_file(get_resolutions_supportable_command,&size); for (int i=1;i