diff options
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 23780da0..c73c62d9 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -100,9 +100,9 @@ struct _ShellModule { struct _ShellModuleEntry { gchar *name; - gint number; GdkPixbuf *icon; gboolean selected; + gint number; gchar *(*func) (gint entry); gchar *(*reloadfunc) (gint entry); |