[umbrello] [Bug 382279] Name changes of alternate combinded fragment are not saved
Ralf Habacker
bugzilla_noreply at kde.org
Wed Jul 12 16:54:27 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=382279
Ralf Habacker <ralf.habacker at freenet.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |junior-jobs
--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
The problem is located in ClassGeneralPage::apply() in the
....
else if (m_pInstanceWidget) {
...
case where something like the following text should be added
if (!o) {
+ if (m_pInstanceWidget->isCombinedFragmentWidget()) {
+ m_pInstanceWidget->setName(name);
+ return;
+ }
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list