From 1d2c77e7e1b4c3fcbc6a36dd89fe3287c324e032 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Thu, 30 Oct 2008 14:50:39 -0200 Subject: Fix typo --- hardinfo2/shell.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'hardinfo2/shell.c') diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 99c575e9..23ba2ad7 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1134,21 +1134,23 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) g_strfreev(keys); } + /* */ if (!has_shell_param) { gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(shell->info->view), FALSE); } + /* */ g_object_unref(shell->info->model); gtk_tree_view_set_model(GTK_TREE_VIEW(shell->info->view), shell->info->model); gtk_tree_view_expand_all(GTK_TREE_VIEW(shell->info->view)); + gdk_window_thaw_updates(shell->info->view->window); + shell_set_note_from_entry(entry); + if (shell->view_type == SHELL_VIEW_PROGRESS) { update_progress(); } - gdk_window_thaw_updates(shell->info->view->window); - shell_set_note_from_entry(entry); - g_strfreev(groups); g_key_file_free(key_file); g_free(key_data); -- cgit v1.2.3