summaryrefslogtreecommitdiff
path: root/sensors-applet/prefs-dialog.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-07-07 00:55:54 +0200
committerinfirit <[email protected]>2015-07-07 02:10:42 +0200
commit27d967ab77739a72a5dd5bda600c8127ccdcee98 (patch)
tree3efb21b424aa7ee056502bdda7c75d36d52b3707 /sensors-applet/prefs-dialog.h
parent56b59ced4437300d56b7e2f1d5061f06c0a266f5 (diff)
downloadmate-sensors-applet-27d967ab77739a72a5dd5bda600c8127ccdcee98.tar.bz2
mate-sensors-applet-27d967ab77739a72a5dd5bda600c8127ccdcee98.tar.xz
Fix GtkComboBox(Text) warnings
Diffstat (limited to 'sensors-applet/prefs-dialog.h')
-rw-r--r--sensors-applet/prefs-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/prefs-dialog.h b/sensors-applet/prefs-dialog.h
index 9ff6525..c748ff3 100644
--- a/sensors-applet/prefs-dialog.h
+++ b/sensors-applet/prefs-dialog.h
@@ -34,7 +34,7 @@ typedef struct {
GtkSpinButton *timeout_spinbutton, *graph_size_spinbutton;
GtkTable *globals_table;
GtkHSeparator *globals_separator;
- GtkComboBox *display_mode_combo_box, *layout_mode_combo_box, *temperature_scale_combo_box;
+ 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;