diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-27 17:59:40 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-27 17:59:40 +0000 |
commit | f23c9625edeb51b0e39ee1a8fe98442060e69d4e (patch) | |
tree | a4a9d732ca0153c9a441d8d237a56c7a427b5215 /hardinfo2/shell.c | |
parent | 96d673a3ba61dcdd348b422b2b9f2e1158cd6286 (diff) |
Cleanups
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index d6290419..096b126a 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -609,7 +609,7 @@ shell_init(GSList *modules) load_graph_configure_expose(shell->loadgraph); gtk_widget_hide(shell->notebook); - + shell_action_set_enabled("RefreshAction", FALSE); shell_action_set_enabled("CopyAction", FALSE); shell_action_set_active("SidePaneAction", TRUE); |