summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-08-14 20:06:31 +0200
committerraveit65 <[email protected]>2017-01-19 23:15:31 +0100
commit0392b7a56d88153f5305bf2c50c8cb958572ee9f (patch)
tree5602f24be36ff3af443cbf6a33f38f349bca77c6 /sensors-applet/sensors-applet.h
parentb6f7a46ace135bdc9ed8d1fc5e4d040924d7ae1a (diff)
downloadmate-sensors-applet-0392b7a56d88153f5305bf2c50c8cb958572ee9f.tar.bz2
mate-sensors-applet-0392b7a56d88153f5305bf2c50c8cb958572ee9f.tar.xz
sensor-applet: port GtkTable to GtkGrid
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r--sensors-applet/sensors-applet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h
index d561360..36c3c62 100644
--- a/sensors-applet/sensors-applet.h
+++ b/sensors-applet/sensors-applet.h
@@ -131,9 +131,9 @@ struct _SensorsApplet {
/* preferences and about windows (if Gtk < 2.6)*/
PrefsDialog *prefs_dialog;
- /* primary table to contain the panel dispay - we pack the
+ /* primary grid to contain the panel dispay - we pack the
* list of labels and sensor values into this container */
- GtkWidget *table;
+ GtkWidget *grid;
GList *active_sensors;
GSettings *settings;