[Kst] [Bug 105030] datasource configuration (ASCII) is not always
saved
George Staikos
staikos at kde.org
Thu May 5 01:21:30 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=105030
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-05-05 01:21 -------
SVN commit 409523 by staikos:
Load datasource settings when the dialog opens.
BUG: 105030
M +1 -0 trunk/extragear/graphics/kst/kst/kstsettingsdlg.ui.h
--- trunk/extragear/graphics/kst/kst/kstsettingsdlg.ui.h #409522:409523
@ -185,6 +185,7 @
connect(dlg, SIGNAL(applyClicked()), cw, SLOT(save()));
cw->reparent(dlg, QPoint(0, 0));
dlg->setMainWidget(cw);
+ cw->load();
dlg->exec();
delete dlg;
}
More information about the Kst
mailing list