diff options
author | info-cppsp <[email protected]> | 2017-10-19 11:27:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-10-25 21:56:07 +0200 |
commit | 9912a19d75bce7b44dc5f5c259bafa312b482afc (patch) | |
tree | cfdb79d29d27060a9b4455fcd79f12806dc5fb81 /sensors-applet/prefs-dialog.h | |
parent | fc89b967f91eec5db4ddfe2187b60119e3e9bd28 (diff) | |
download | mate-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.h | 1 |
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; |