[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Aug 27 02:24:55 CEST 2005
SVN commit 453733 by netterfield:
Fix a crash when editing matrixes from the rmb in 2dplot
Suspend default compiling of JS until bindings can be fixed again.
M +1 -1 extensions/Makefile.am
M +1 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/kst/extensions/Makefile.am #453732:453733
@@ -1,4 +1,4 @@
-KJSE_SUBDIR=js
+#KJSE_SUBDIR=js
if include_rana
RANA_SUBDIR=rana
endif
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #453732:453733
@@ -5486,7 +5486,7 @@
void Kst2DPlot::editMatrix(int id) {
- KstMatrixDialogI::globalInstance()->show_Edit(_curveEditMap[id]);
+ KstMatrixDialogI::globalInstance()->show_Edit(_objectEditMap[id]);
}
More information about the Kst
mailing list