|
|
@ -97,6 +97,7 @@ void temp_check_path() {
|
|
|
|
if (strstr(str_disk, _config->device)) {
|
|
|
|
if (strstr(str_disk, _config->device)) {
|
|
|
|
const char* str_path = gtk_entry_get_text(GTK_ENTRY(temp_widgets->entryCatalogProject));
|
|
|
|
const char* str_path = gtk_entry_get_text(GTK_ENTRY(temp_widgets->entryCatalogProject));
|
|
|
|
if (strstr(str_path,_config->mount_point)) {
|
|
|
|
if (strstr(str_path,_config->mount_point)) {
|
|
|
|
|
|
|
|
gtk_widget_set_sensitive(temp_widgets->btnSaveTempSave, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
gtk_widget_set_sensitive(temp_widgets->btnSaveTempSave, 0);
|
|
|
|
gtk_widget_set_sensitive(temp_widgets->btnSaveTempSave, 0);
|
|
|
|