aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r--hardinfo2/shell.c8
1 files changed, 5 insertions, 3 deletions
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);