From 7cce3a272f3026c9f19e839032b834a9803b8daa Mon Sep 17 00:00:00 2001 From: Ivan Dmitrievich Yartsev Date: Fri, 6 Mar 2026 13:33:33 +0600 Subject: [PATCH] Fixed part loading --- source/ubinstall-gtk-installation.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source/ubinstall-gtk-installation.c b/source/ubinstall-gtk-installation.c index 91d3466..580d7be 100644 --- a/source/ubinstall-gtk-installation.c +++ b/source/ubinstall-gtk-installation.c @@ -357,10 +357,7 @@ void on_device_selection_changed(GtkWidget *self, main_window *widgets){ void yon_devices_setup(main_window *widgets){ GtkTreeIter iter; gtk_list_store_clear(widgets->DevicesList); - gtk_list_store_clear(widgets->PartitionsList); - // int size; - // config_str parameters = NULL; - // parameters = yon_config_load(yon_debug_output("%s\n",get_devices_command),&size); + // gtk_list_store_clear(widgets->PartitionsList); for (int i=1;i