summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-16 19:19:44 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-16 19:19:44 +0000
commite9ae7c9610fbaaf19f71df0b25d82a3b24735daf (patch)
tree0a521ab2b77437dc3f7d882f350a3b0aaf55842a /hardinfo2/shell.c
parent654c87a6e928e845952a841302cb6bd5086d1fba (diff)
Enable/Disable "Network Updater" when appropriate.
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c
index 72aacc10..820a505b 100644
--- a/hardinfo2/shell.c
+++ b/hardinfo2/shell.c
@@ -251,6 +251,7 @@ void shell_view_set_enabled(gboolean setting)
shell_action_set_enabled("RefreshAction", setting);
shell_action_set_enabled("CopyAction", setting);
shell_action_set_enabled("ReportAction", setting);
+ shell_action_set_enabled("SyncManagerAction", setting);
shell_action_set_enabled("SaveGraphAction",
setting ? shell->view_type ==
SHELL_VIEW_PROGRESS : FALSE);