[Bug 75854] Reproducable : clicking a file in File creation tab after closing current project crashes kdevelop
Jens Dagerbo
jens.dagerbo at swipnet.se
Sun Feb 22 21:23: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=75854
jens.dagerbo swipnet se changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jens.dagerbo swipnet se 2004-02-22 21:22 -------
CVS commit by dagerbo:
forgotten connection. fixes crash.
CCMAIL: 75854-done bugs kde org
M +1 -0 filecreate_part.cpp 1.44
--- kdevelop/parts/filecreate/filecreate_part.cpp #1.43:1.44
@ -62,4 +62,5 @ FileCreatePart::FileCreatePart(QObject *
connect( core(), SIGNAL(projectOpened()), this, SLOT(slotProjectOpened()) );
+ connect( core(), SIGNAL(projectClosed()), this, SLOT(slotProjectClosed()) );
_configProxy = new ConfigWidgetProxy( core() );
More information about the KDevelop-devel
mailing list