[Uml-devel] [Bug 77645] Umbrello crashes on code generation and on save when class "Widget" in model

Tobias König tokoe at kde.org
Fri Nov 19 10:36: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=77645        
tokoe kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tokoe kde org  2004-11-19 17:29 -------
CVS commit by tokoe: 

Set the code generator, otherwise you'll get a lot of crashes all over the
application.

CCMAIL:77645-done bugs kde org


  M +2 -0      uml.cpp   1.119


--- kdesdk/umbrello/umbrello/uml.cpp  #1.118:1.119
 @ -632,4 +632,5  @ void UMLApp::slotFileOpen() {
 
         }
+        setGenerator(createGenerator());
         slotUpdateViews();
         loading = false;
 @ -655,4 +656,5  @ void UMLApp::slotFileOpenRecent(const KU
 
         loading = false;
+        setGenerator(createGenerator());
         slotUpdateViews();
         slotStatusMsg(i18n("Ready."));




More information about the umbrello-devel mailing list