diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-01-26 19:39:15 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-01-26 19:39:15 +0000 |
commit | e9906f6d9335ae96cd6afac714646b97edc469a5 (patch) | |
tree | 956f3266766454f931e7d18e2fe78a6256d11039 /hardinfo2/stock.c | |
parent | 53f455be1d85829551761dbcfcf6e5706606186b (diff) |
Sync with internal svn
Diffstat (limited to 'hardinfo2/stock.c')
-rw-r--r-- | hardinfo2/stock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/stock.c b/hardinfo2/stock.c index 614d1b8f..34aea2e9 100644 --- a/hardinfo2/stock.c +++ b/hardinfo2/stock.c @@ -24,8 +24,7 @@ static struct { gchar *filename; gchar *stock_id; } stock_icons[] = { - { "report.png", HI_STOCK_REPORT}, - { "module.png", HI_STOCK_MODULE} + { "report.png", HI_STOCK_REPORT} }; static GtkIconFactory *icon_factory; |