diff options
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 4655ec31..5cd0e56d 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -509,14 +509,14 @@ void shell_init(GSList * modules) load_graph_configure_expose(shell->loadgraph); gtk_widget_hide(shell->notebook); + shell_status_update("Done."); + shell_status_set_enabled(FALSE); + shell_action_set_enabled("RefreshAction", FALSE); shell_action_set_enabled("CopyAction", FALSE); shell_action_set_enabled("SaveGraphAction", FALSE); shell_action_set_active("SidePaneAction", TRUE); shell_action_set_active("ToolbarAction", TRUE); - - shell_status_update("Done."); - shell_status_set_enabled(FALSE); } static gboolean update_field(gpointer data) |