|
|
|
@ -88,6 +88,7 @@ void yon_installation_progress_update(GFileMonitor *,GFile *,GFile *,GFileMonito
|
|
|
|
|
|
|
|
|
|
|
|
g_mutex_lock(&main_config.progress_mutex);
|
|
|
|
g_mutex_lock(&main_config.progress_mutex);
|
|
|
|
config_str text = yon_file_open(progress_path, &size);
|
|
|
|
config_str text = yon_file_open(progress_path, &size);
|
|
|
|
|
|
|
|
if (!text||!size) return;
|
|
|
|
g_mutex_unlock(&main_config.progress_mutex);
|
|
|
|
g_mutex_unlock(&main_config.progress_mutex);
|
|
|
|
|
|
|
|
|
|
|
|
if (size) {
|
|
|
|
if (size) {
|
|
|
|
|