diff options
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 56b7765f..6fe86009 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -134,6 +134,7 @@ struct _ShellModuleMethod { struct _ShellModuleEntry { gchar *name; GdkPixbuf *icon; + gchar *icon_file; gboolean selected; gint number; |