[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue May 25 11:37:55 CEST 2004
CVS commit by staikos:
disable currentWindow radio when it's not usable. There must be a bug in KMDI
that's causing this condition.
M +1 -1 datawizard.ui.h 1.30
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.29:1.30
@@ -170,5 +170,5 @@ void DataWizard::updateWindowBox()
app->deleteIterator(it);
_existingWindow->setEnabled(_windowName->count() > 0);
- _currentWindow->setEnabled(_windowName->count() > 0);
+ _currentWindow->setEnabled(_windowName->count() > 0 && KstApp::inst()->activeWindow());
if (!_windowGroup->selected()->isEnabled()) {
_newWindow->setChecked(true);
More information about the Kst
mailing list