| Summary: | datasource configuration (ASCII) is not always saved | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Brisset
2005-05-03 17:09:47 UTC
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;
}
|