Skip to content

Commit

Permalink
Enable/Disable "Network Updater" when appropriate.
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Jul 16, 2007
1 parent 654c87a commit e9ae7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardinfo2/shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e9ae7c9

Please sign in to comment.