summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-24 15:25:46 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-24 15:25:46 +0000
commitc4fea4934333faac2a6629c945333697d2d15142 (patch)
tree4188f38426bd77be834735c1e97f537a2e0115cf /hardinfo2/shell.h
parente7ac08270d6d5e984a84ea60a44d8b9e4256ba4f (diff)
Cleanups
Generate report in plain text (no UI yet) Copy information to clipboard
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h2
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);