[umbrello-devel] [umbrello] [Bug 314149] Umbrello crash at startup.
Ralf Habacker
ralf.habacker at freenet.de
Thu Aug 29 20:44:10 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=314149
--- Comment #6 from Ralf Habacker <ralf.habacker at freenet.de> ---
> Can you confirm this?
Unfortunally no
1.
> umbrellorc in correct start up: http://paste.chakra-project.org/5076/
So when you remove
[workbar]
ToolButtonStyle=IconOnly
from umbrellorc and start umbrello then umbrello crashes ?
The workbar section is handled in
void UMLApp::readOptions()
{
// bar status settings
toolBar("mainToolBar")->applySettings(m_config->group("toolbar"));
// do config for work toolbar
m_toolsbar->applySettings(m_config->group("workbar"));
fileOpenRecent->loadEntries(m_config->group("Recent Files"));
setImageMimeType(UmbrelloSettings::imageMimeType());
resize(UmbrelloSettings::geometry());
}
Does it help to uncomment some of the workbar related applySettingsCall
2: Do
//QPixmap p = Icon_Utils::SmallIcon(iconType);
QTreeWidgetItem::setIcon(0, QIcon());
work ?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list