CVS commit by staikos:
CVS_SILENT warn--
M +1 -1 ksthsdialog_i.cpp 1.23
--- kdeextragear-2/kst/kst/ksthsdialog_i.cpp #1.22:1.23
@@ -134,5 +134,5 @@ void KstHsDialogI::update(int new_index)
i_hs = Select->currentItem();
- if (n_c > 0 && i_hs < n_c) {
+ if (n_c > 0 && int(i_hs) < n_c) {
hs = _curves[i_hs];