[Kst] [Bug 123577] Problem creating new label objects
George Staikos
staikos at kde.org
Wed Mar 15 00:23:03 CET 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=123577
------- Additional Comments From staikos kde org 2006-03-15 00:23 -------
As far as I can see, this is all that's needed:
Index: ksteditviewobjectdialog_i.cpp
===================================================================
--- ksteditviewobjectdialog_i.cpp (revision 518714)
+++ ksteditviewobjectdialog_i.cpp (working copy)
@ -63,6 +63,7 @
void KstEditViewObjectDialogI::setNew() {
_isNew = true;
+ _apply->setEnabled(false);
}
(or _apply->hide() if you prefer)
More information about the Kst
mailing list