diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-17 21:03:52 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-12-17 21:03:52 +0000 |
commit | c1244dafc34dc1471b3de3b2b41984013a4962bc (patch) | |
tree | 3ea4eaa7a040ab1dd655ae04e1b589524d27cea5 | |
parent | c1f75c5c1170fe23334d1d0f39e5f957f7db8733 (diff) |
vendor.c: adding 1 new vendor and update HP vendor
(patch by berlios user esin)
-rw-r--r-- | hardinfo2/shell.c | 2 | ||||
-rw-r--r-- | hardinfo2/vendor.c | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/hardinfo2/shell.c b/hardinfo2/shell.c index 50f36f6c..2a5b84b4 100644 --- a/hardinfo2/shell.c +++ b/hardinfo2/shell.c @@ -1254,7 +1254,7 @@ static ShellInfoTree *info_tree_new(gboolean extra) INFO_TREE_COL_PBUF); cr_text = gtk_cell_renderer_text_new(); - gtk_tree_view_column_pack_start(column, cr_text, FALSE); + gtk_tree_view_column_pack_start(column, cr_text, TRUE); gtk_tree_view_column_add_attribute(column, cr_text, "markup", INFO_TREE_COL_NAME); diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 5d517acd..0b13201a 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -65,6 +65,9 @@ static const Vendor vendors[] = { {"Avermedia", "AVerMedia Technologies", "www.aver.com"}, {"Philips", "Philips", "www.philips.com"}, {"RaLink", "Ralink Technology", "www.ralinktech.com"}, + {"Siemens", "Siemens AG", "www.siemens.com"}, + {"HP", "Hewlett-Packard", "www.hp.com"}, + {"Hewlett-Packard", "Hewlett-Packard", "www.hp.com"}, {NULL, NULL, NULL}, }; |