summaryrefslogtreecommitdiff
path: root/sensors-applet/prefs-dialog.h
diff options
context:
space:
mode:
authorinfo-cppsp <[email protected]>2017-10-19 11:27:37 +0200
committerraveit65 <[email protected]>2017-10-25 21:56:07 +0200
commit9912a19d75bce7b44dc5f5c259bafa312b482afc (patch)
treecfdb79d29d27060a9b4455fcd79f12806dc5fb81 /sensors-applet/prefs-dialog.h
parentfc89b967f91eec5db4ddfe2187b60119e3e9bd28 (diff)
downloadmate-sensors-applet-9912a19d75bce7b44dc5f5c259bafa312b482afc.tar.bz2
mate-sensors-applet-9912a19d75bce7b44dc5f5c259bafa312b482afc.tar.xz
i22 updated hide temperature units
I have adjusted PR 38 code slightly.
Diffstat (limited to 'sensors-applet/prefs-dialog.h')
-rw-r--r--sensors-applet/prefs-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sensors-applet/prefs-dialog.h b/sensors-applet/prefs-dialog.h
index 3e19916..331850b 100644
--- a/sensors-applet/prefs-dialog.h
+++ b/sensors-applet/prefs-dialog.h
@@ -37,6 +37,7 @@ typedef struct {
GtkComboBoxText *display_mode_combo_box, *layout_mode_combo_box, *temperature_scale_combo_box;
GtkLabel *timeout_label, *display_mode_label, *layout_mode_label, *temperature_scale_label, *graph_size_label, *update_header, *display_header;
GtkAdjustment *timeout_adjust, *graph_size_adjust;
+ GtkWidget *show_units;
#ifdef HAVE_LIBNOTIFY
GtkCheckButton *display_notifications;