From 56bf4c7648eabd46e9b118c10120e54181e2177f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 4 Aug 2014 21:30:17 +0200 Subject: [PATCH] removed useless empty line --- src/ui_sensorpref.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui_sensorpref.c b/src/ui_sensorpref.c index 9dd0b70..abf69ba 100644 --- a/src/ui_sensorpref.c +++ b/src/ui_sensorpref.c @@ -271,7 +271,6 @@ update_pref(struct sensor_pref *p, struct config *cfg, GtkBuilder *builder) w_appindicator_label_enabled = GTK_TOGGLE_BUTTON (gtk_builder_get_object(builder, "indicator_label_checkbox")); - if (is_temp_type(s->type) || is_fan_type(s->type)) { gtk_toggle_button_set_active(w_alarm, p->alarm_enabled); gtk_spin_button_set_value(w_high_threshold, -- 2.7.4