summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-01 17:46:52 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-01 17:46:52 +0000
commit2ac586a621e9d20667838df367ce5c3b4b428500 (patch)
treed10aea126d631c3bb0675a1c97d333904236f85b /hardinfo2/shell.c
parentefd445927ac141860f1875c3d4e5272991705593 (diff)
Cleanups.
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c6
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)