diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-04 15:39:44 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-04 15:39:44 +0000 |
commit | 42bc1b2fcc466cc4a31c5ee4b8c045ea45506336 (patch) | |
tree | e2d6f5c541329471e1fa5cdc9aa73391d74eb39b /hardinfo2/shell.c | |
parent | 71a591195618271973a12ae7ffaf288909481cbc (diff) |
Misc bugfixes, implement 'Boots'
Diffstat (limited to 'hardinfo2/shell.c')
-rw-r--r-- | hardinfo2/shell.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 2f67e3e7..228ce9ee 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -802,8 +802,8 @@ group_handle_special(GKeyFile * key_file, ShellModuleEntry * entry, gtk_tree_store_set(GTK_TREE_STORE(shell->info->model), iter, INFO_TREE_COL_PBUF, icon_cache_get_pixbuf_at_size(file, - 24, - 24), + 22, + 22), -1); g_free(file); } @@ -1010,9 +1010,7 @@ module_selected_show_info(ShellModuleEntry * entry, gboolean reload) /* recreate the iter hash table */ if (!reload) { if (update_tbl) { - DEBUG("cleaning update_tbl"); - g_hash_table_foreach_remove(update_tbl, (GHRFunc) gtk_true, - NULL); + g_hash_table_foreach_remove(update_tbl, (GHRFunc) gtk_true, NULL); } else { update_tbl = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); |