| Summary: | datawizard doesn't let you use data from the web | ||
|---|---|---|---|
| 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: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matthew Truch
2006-09-23 23:59:03 UTC
This must be a regression. I used to do this all the time and it definitely used to work. Regression introduced: r552095 | netterfield | 2006-06-16 11:35:00 -0400 (Fri, 16 Jun 2006) | 7 lines and improperly fixed: r552174 | arwalker | 2006-06-16 16:15:30 -0400 (Fri, 16 Jun 2006) | 1 line Use -caution- when editing this file. SVN commit 589958 by staikos:
fix regression: KIO/NAD support is broken
BUG: 134565
M +6 -0 datawizard.ui
--- trunk/extragear/graphics/kst/src/libkstapp/datawizard.ui #589957:589958
@@ -1464,6 +1464,12 @@
<receiver>DataWizard</receiver>
<slot>updateVectorPageButtons()</slot>
</connection>
+ <connection>
+ <sender>_testURL</sender>
+ <signal>clicked()</signal>
+ <receiver>DataWizard</receiver>
+ <slot>testURL()</slot>
+ </connection>
</connections>
<tabstops>
<tabstop>_url</tabstop>
|