test commit
This commit is contained in:
parent
5d8e030923
commit
b5467f0b63
@ -2693,6 +2693,7 @@ class GitSvnSyncApp:
|
|||||||
if task_context not in ['refresh_branches', 'checkout_branch']:
|
if task_context not in ['refresh_branches', 'checkout_branch']:
|
||||||
if self.refresh_branch_list not in refresh_list: refresh_list.append(self.refresh_branch_list)
|
if self.refresh_branch_list not in refresh_list: refresh_list.append(self.refresh_branch_list)
|
||||||
|
|
||||||
|
|
||||||
# --- Aggiornamenti diretti GUI (per i task di refresh stessi) ---
|
# --- Aggiornamenti diretti GUI (per i task di refresh stessi) ---
|
||||||
elif task_context == 'refresh_tags':
|
elif task_context == 'refresh_tags':
|
||||||
if hasattr(self, "main_frame"): self.main_frame.update_tag_list(result_value if isinstance(result_value, list) else [])
|
if hasattr(self, "main_frame"): self.main_frame.update_tag_list(result_value if isinstance(result_value, list) else [])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user