From e9ae7c9610fbaaf19f71df0b25d82a3b24735daf Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 16 Jul 2007 19:19:44 +0000 Subject: Enable/Disable "Network Updater" when appropriate. --- hardinfo2/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2') 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); -- cgit v1.2.3