| Summary: | kst settings dialog needs to be persuaded to enable apply | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Matthew Truch <matt> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matthew Truch
2005-01-11 05:25:53 UTC
CVS commit by staikos:
update the change state when clicking the X interpret checkbox.
cannot reproduce problems with the spinbox, and I'm sure I fixed that a while
ago.
BUG: 96759
M +6 -6 kstsettingsdlg.ui 1.21
--- kdeextragear-2/kst/kst/kstsettingsdlg.ui #1.20:1.21
@@ -979,10 +979,4 @@
</connection>
<connection>
- <sender>_comboBoxXInterpret</sender>
- <signal>activated(int)</signal>
- <receiver>KstSettingsDlg</receiver>
- <slot>setDirty()</slot>
- </connection>
- <connection>
<sender>_comboBoxXDisplay</sender>
<signal>activated(int)</signal>
@@ -1045,4 +1039,10 @@
</connection>
<connection>
+ <sender>_checkBoxXInterpret</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>KstSettingsDlg</receiver>
+ <slot>setDirty()</slot>
+ </connection>
+ <connection>
<sender>_checkBoxAuthentication</sender>
<signal>clicked()</signal>
|