From d048634522a7965cac6e57b9d1d16a511bbeefe6 Mon Sep 17 00:00:00 2001 From: Leandro Augusto Fogolin Pereira Date: Fri, 23 Jan 2009 18:52:06 -0200 Subject: New icons --- hardinfo2/network.c | 10 +++++----- hardinfo2/pixmaps/network-connections.png | Bin 0 -> 946 bytes hardinfo2/pixmaps/network-statistics.png | Bin 0 -> 1011 bytes 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 hardinfo2/pixmaps/network-connections.png create mode 100644 hardinfo2/pixmaps/network-statistics.png diff --git a/hardinfo2/network.c b/hardinfo2/network.c index f60e4517..331f5b65 100644 --- a/hardinfo2/network.c +++ b/hardinfo2/network.c @@ -53,12 +53,12 @@ void scan_arp(gboolean reload); void scan_statistics(gboolean reload); static ModuleEntry entries[] = { - {"Interfaces", "network.png", callback_network, scan_network}, - {"IP Connections", "module.png", callback_connections, scan_connections}, - {"Routing Table", "network-generic.png", callback_route, scan_route}, + {"Interfaces", "network-interface.png", callback_network, scan_network}, + {"IP Connections", "network-connections.png", callback_connections, scan_connections}, + {"Routing Table", "network.png", callback_route, scan_route}, {"ARP Table", "module.png", callback_arp, scan_arp}, - {"DNS Servers", "module.png", callback_dns, scan_dns}, - {"Statistics", "module.png", callback_statistics, scan_statistics}, + {"DNS Servers", "dns.png", callback_dns, scan_dns}, + {"Statistics", "network-statistics.png", callback_statistics, scan_statistics}, {"Shared Directories", "shares.png", callback_shares, scan_shares}, {NULL}, }; diff --git a/hardinfo2/pixmaps/network-connections.png b/hardinfo2/pixmaps/network-connections.png new file mode 100644 index 00000000..97f2143f Binary files /dev/null and b/hardinfo2/pixmaps/network-connections.png differ diff --git a/hardinfo2/pixmaps/network-statistics.png b/hardinfo2/pixmaps/network-statistics.png new file mode 100644 index 00000000..c82d574f Binary files /dev/null and b/hardinfo2/pixmaps/network-statistics.png differ -- cgit v1.2.3