|
|
|
@ -89,7 +89,10 @@ temp_set_window *temp_setup_window_custom(temp_set_window* temp_widgets, GtkBuil
|
|
|
|
|
temp_settings();
|
|
|
|
|
}
|
|
|
|
|
void temp_settings() {
|
|
|
|
|
device_fill_disk(temp_widgets->UserDeviceCombo);
|
|
|
|
|
for (int i = 0; i < _all_config_temp->v_disk_status.vectorList.total; i++) {
|
|
|
|
|
disk_status* _config = (disk_status*)_all_config_temp->v_disk_status.pfVectorGet(&_all_config_temp->v_disk_status, i);
|
|
|
|
|
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(temp_widgets->UserDeviceCombo), _config->device);
|
|
|
|
|
}
|
|
|
|
|
if (strcmp(flag_temp_u_g_p,"prjquota")==0) {
|
|
|
|
|
gtk_widget_hide(temp_widgets->lblSetUGP);
|
|
|
|
|
gtk_widget_hide(temp_widgets->lblSetUGPData);
|
|
|
|
|