From 2ac586a621e9d20667838df367ce5c3b4b428500 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 1 Jan 2007 17:46:52 +0000 Subject: Cleanups. --- hardinfo2/shell.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hardinfo2/shell.c') 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) -- cgit v1.2.3