[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Thu Apr 8 21:04:05 CEST 2004
CVS commit by arwalker:
This is what was intended
M +1 -1 ksteventmonitor_i.cpp 1.6
--- kdeextragear-2/kst/kst/ksteventmonitor_i.cpp #1.5:1.6
@@ -74,5 +74,5 @@ KstEventMonitorI::KstEventMonitorI(QWidg
connect(vectorSelector, SIGNAL(newVectorCreated(const QString&)), this, SIGNAL(modified()));
connect(vectorSelectorEq, SIGNAL(newVectorCreated(const QString&)), this, SIGNAL(modified()));
- connect( scalarSelectorEq, SIGNAL( newScalarCreated() ), this, SLOT(update()));
+ connect( scalarSelectorEq, SIGNAL( newScalarCreated() ), this, SIGNAL(modified()));
connect( buttonGroupLog, SIGNAL( clicked(int) ), this, SLOT( logChanged(int) ) );
connect( Close, SIGNAL( clicked() ), this, SLOT( close() ) );
More information about the Kst
mailing list