diff --git a/source/ubl-settings-resourcequota.c b/source/ubl-settings-resourcequota.c index 1f6efdf..79a90e7 100644 --- a/source/ubl-settings-resourcequota.c +++ b/source/ubl-settings-resourcequota.c @@ -433,8 +433,7 @@ void on_config_load_local(){ } void yon_save_proceed(char *path, char *section){ - if (yon_config_save_registered(path,section)) - else + yon_config_save_registered(path,section); } @@ -1147,6 +1146,10 @@ main_window *setup_window(){ yon_window_config_add_listener(widgets->ShowAllCheck,"ProcessShowAll","active",YON_TYPE_BOOLEAN); yon_window_config_add_listener(widgets->ShowCoreCheck,"ProcessShowCore","active",YON_TYPE_BOOLEAN); yon_window_config_add_listener(widgets->DispatcherUpdateSpin,"DispatcherUpdateDelay","value",YON_TYPE_DOUBLE); + GList *list = gtk_tree_view_get_columns(GTK_TREE_VIEW(widgets->MainTree)); + for (int i=0;i