Patch #2178 2007-09-19 06:33
christobal
patch for Bug #12014- Download
- 2178-patch_for_Bug.patch (459 bytes)
- Category
- Application::Bugfix
- Status
- Rejected
- Close date
- 2007-09-19 19:24
- Assigned to
- biplab
Index: src/src/app.cpp
===================================================================
--- src/src/app.cpp (revision 4478)
+++ src/src/app.cpp (working copy)
@@ -526,6 +526,9 @@
if (!m_Script.IsEmpty())
{
+ CodeBlocksEvent event(cbEVT_APP_STARTUP_DONE);
+ Manager::Get()->ProcessEvent(event);
+
s_Loading = false;
LoaderBase* loader = Manager::Get()->GetFileManager()->Load(m_Script);
History
biplab 2007-09-19 19:24
The bug was due to different reason. You may refer the changelog of Revision 4483 for the fix.
Thank you for your patch.