[Kst] [Bug 129599] Apply button is always enabled
Andrew Walker
arwalker at sumusltd.com
Tue Jun 27 00:07:16 CEST 2006
------- 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=129599
------- Additional Comments From arwalker sumusltd com 2006-06-27 00:07 -------
SVN commit 555286 by arwalker:
CCBUG:129599 Disable the Apply button when Edit Object dialog is launched.
M +1 -0 ksteditviewobjectdialog_i.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/ksteditviewobjectdialog_i.cpp #555285:555286
@ -82,6 +82,7 @
if (_viewObject) {
setCaption(i18n("Edit %1").arg(_viewObject->type()));
}
+ _apply->setEnabled(false);
show();
raise();
}
More information about the Kst
mailing list