[Bug 73346] kdevelop crashes when opening or creating a second project
cjacker
cjacker at 21cn.com
Sun Feb 8 01:45:05 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
sean.harmer at btinternet.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From cjacker at 21cn.com 2004-02-08 01:44 -------
I fixed it like this in kdelibs/kmdi, my system is:
qt-3.2.3
kde-3.2
kdevelop-3.0.0
diff -Nur kdelibs-3.2.0/kmdi/kmdiguiclient.cpp kdelibs-3.2.0new/kmdi/kmdiguiclient.cpp
--- kdelibs-3.2.0/kmdi/kmdiguiclient.cpp 2004-01-17 07:53:20.000000000 -0500
+++ kdelibs-3.2.0new/kmdi/kmdiguiclient.cpp 2004-02-08 08:40:36.464098040 -0500
@@ -61,7 +61,7 @@
{
if (m_dw) {
connect(this,SIGNAL(toggled(bool)),this,SLOT(slotToggled(bool)));
- connect(m_dw->dockManager(),SIGNAL(change()),this,SLOT(anDWChanged()));
+ //connect(m_dw->dockManager(),SIGNAL(change()),this,SLOT(anDWChanged()));
//connect(m_dw,SIGNAL(destroyed()),this,SLOT(slotWidgetDestroyed()));
setChecked(m_dw->mayBeHide());
}
More information about the KDevelop-devel
mailing list