diff options
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r-- | sensors-applet/sensors-applet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h index 4f44af1..7b3fb34 100644 --- a/sensors-applet/sensors-applet.h +++ b/sensors-applet/sensors-applet.h @@ -120,6 +120,7 @@ struct _SensorsApplet { gint size; GtkTreeStore *sensors; + gchar **sensors_hash_array; GtkTreeSelection *selection; GHashTable *required_plugins; |