aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/devices.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-07-27 19:10:24 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-07-27 19:10:24 -0300
commit4e89125c9bec74053f8ddce3051e256f4071bd6a (patch)
tree4416083fd2c5a53385ceea9f2d71b2921140f0e7 /hardinfo2/devices.c
parent30b198e4d9f2e834dde8a4d258d90ef48257d0d5 (diff)
Add printer icons
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r--hardinfo2/devices.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c
index 7fbac390..3ecce794 100644
--- a/hardinfo2/devices.c
+++ b/hardinfo2/devices.c
@@ -83,7 +83,7 @@ static ModuleEntry entries[] = {
static GHashTable *moreinfo = NULL;
static GSList *processors = NULL;
-static gchar *printer_list = NULL;
+static gchar *printer_list = NULL, *printer_icons = NULL;
static gchar *pci_list = NULL;
static gchar *input_list = NULL;
static gchar *storage_list = NULL;
@@ -375,9 +375,10 @@ gchar *callback_sensors()
gchar *callback_printers()
{
return g_strdup_printf("%s\n"
- "[$ShellParam$]\n"
+ "[$ShellParam$]\n"
"ViewType=1\n"
- "ReloadInterval=5000", printer_list);
+ "ReloadInterval=5000\n"
+ "%s", printer_list, printer_icons);
}
gchar *callback_storage()