[Kst] kdeextragear-2/kst/kst

Adriaan de Groot groot at kde.org
Sun Jul 4 12:26:02 CEST 2004


CVS commit by adridg: 

Warnings-- (note the i_label < 0 case is already dealt with)


  M +1 -1      kstlabeldialog_i.cpp   1.12


--- kdeextragear-2/kst/kst/kstlabeldialog_i.cpp  #1.11:1.12
@@ -56,5 +56,5 @@ void KstLabelDialogI::showI(Kst2DPlotPtr
     _i_label = 0;
     LabelText->setText(QString::null);
-  } else if (plot->labelList.count() > i_label) {
+  } else if (plot->labelList.count() > (unsigned) i_label) {
     _editing = true;
     _i_label = i_label;





More information about the Kst mailing list