[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Fri Jul 16 01:03:47 CEST 2004


CVS commit by rchern: 

Enable the Remove button properly


  M +2 -1      kstplotdialog_i.cpp   1.55


--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp  #1.54:1.55
@@ -214,5 +214,6 @@ KstPlotDialogI::KstPlotDialogI(KstDoc *i
   connect(PlotMarkerList, SIGNAL(clicked(QListBoxItem*)),
           this, SLOT(updateButtons()));
-
+  connect(PlotMarkerList, SIGNAL(selectionChanged()),
+          this, SLOT(updateButtons()));
 }
 





More information about the Kst mailing list