[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Sep 28 17:28:29 CEST 2004
CVS commit by staikos:
clear should do more than just look good
M +1 -0 kstchangefiledialog_i.cpp 1.26
--- kdeextragear-2/kst/kst/kstchangefiledialog_i.cpp #1.25:1.26
@@ -41,4 +41,5 @@ KstChangeFileDialogI::KstChangeFileDialo
connect(_filter, SIGNAL(textChanged(const QString&)), this, SLOT(updateSelection(const QString&)));
connect(ChangeFileClear, SIGNAL(clicked()), _filter, SLOT(clear()));
+ connect(ChangeFileClear, SIGNAL(clicked()), ChangeFileCurveList, SLOT(clearSelection()));
connect(ChangeFileSelectAll, SIGNAL(clicked()), _filter, SLOT(clear()));
connect(ChangeFileSelectAll, SIGNAL(clicked()), this, SLOT(selectAll()));
More information about the Kst
mailing list