[Kst] kdeextragear-2/kst/kst (silent)

George Staikos staikos at kde.org
Mon Jul 7 02:13:30 CEST 2003


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];
 




More information about the Kst mailing list