diff -dur xfce4-sensors-plugin-1.2.5/panel-plugin/sensors-plugin.c xfce4-sensors-plugin-1.2.5_p1/panel-plugin/sensors-plugin.c --- xfce4-sensors-plugin-1.2.5/panel-plugin/sensors-plugin.c 2012-05-14 19:55:47.000000000 +0400 +++ xfce4-sensors-plugin-1.2.5_p1/panel-plugin/sensors-plugin.c 2013-03-30 03:37:44.000000000 +0400 @@ -711,15 +711,12 @@ chip = (t_chip *) g_ptr_array_index (sensors->chips, chipNum); g_assert (chip!=NULL); - for (feature=0; featurenum_features; /* none */ ) { + for (feature=0; featurenum_features; feature++ ) { chipfeature = g_ptr_array_index (chip->chip_features, feature); g_assert (chipfeature!=NULL); if (chipfeature->show == TRUE) itemsToDisplay++; - - if (chipfeature->valid == TRUE) - feature++; } }