diff options
author | 05356787 <05356787@localhost.localdomain> | 2008-10-30 09:17:45 -0200 |
---|---|---|
committer | 05356787 <05356787@localhost.localdomain> | 2008-10-30 09:17:45 -0200 |
commit | ff03a5d1bf53392f324e4653764b3079bd94c4bf (patch) | |
tree | d227fa8bbb7f11b555cad0295e234c813747bf5d /hardinfo2/shell.c | |
parent | 437e43308bc69e6d40d8252bd932276e2ba68a8e (diff) |
Cleanups
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 01b56fa5..2a61246b 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1109,6 +1109,7 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) g_object_ref(shell->info->model); gtk_tree_view_set_model(GTK_TREE_VIEW(shell->info->view), NULL); + gdk_window_freeze_updates(shell->window->window); gtk_tree_store_clear(store); @@ -1141,6 +1142,7 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) update_progress(); } + gdk_window_thaw_updates(shell->window->window); shell_set_note_from_entry(entry); g_strfreev(groups); |