aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-26 05:39:02 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-26 05:39:02 +0200
commit14c361a2ae9f9a42cf6e2e1cd537ec207976e4bd (patch)
treea22c96ec9ac9e70e0d03cbc0b9b76565f41df501 /includes
parent273e3584572f44b9c8260b06e70f26bb685a2d51 (diff)
FIX Reload detail info after synchronize
Diffstat (limited to 'includes')
-rw-r--r--includes/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/shell.h b/includes/shell.h
index 223326fb..4c615ee1 100644
--- a/includes/shell.h
+++ b/includes/shell.h
@@ -181,7 +181,7 @@ struct _ShellFieldUpdateSource {
};
void shell_init(GSList *modules);
-void shell_do_reload(void);
+void shell_do_reload(gboolean reload);
Shell *shell_get_main_shell();