[Bug 73346] kdevelop crashes when opening or creating a second project
Jens Dagerbo
jens.dagerbo at swipnet.se
Mon Feb 23 13:04:04 UTC 2004
------- 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=73346
------- Additional Comments From jens.dagerbo swipnet se 2004-02-23 13:03 -------
CVS commit by dagerbo:
Finally managed to properly reproduce this crash.
Incredibly, this seems to fix it.
CCMAIL: 73346 bugs kde org
CCMAIL: kde jowenn at
M +1 -1 kmdiguiclient.cpp 1.20
--- kdelibs/kmdi/kmdiguiclient.cpp #1.19:1.20
@ -63,5 +63,5 @ ToggleToolViewAction::ToggleToolViewActi
connect(this,SIGNAL(toggled(bool)),this,SLOT(slotToggled(bool)));
connect(m_dw->dockManager(),SIGNAL(change()),this,SLOT(anDWChanged()));
- //connect(m_dw,SIGNAL(destroyed()),this,SLOT(slotWidgetDestroyed()));
+ connect(m_dw,SIGNAL(destroyed()),this,SLOT(slotWidgetDestroyed()));
setChecked(m_dw->mayBeHide());
}
More information about the KDevelop-devel
mailing list