[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Wed Aug 27 01:53:02 UTC 2003


CVS commit by jriddell: 

Unbreak adding associations, sorry about that.


  M +2 -2      umlview.cpp   1.71
  M +1 -1      dialogs/classopspage.cpp   1.11


--- kdesdk/umbrello/umbrello/umlview.cpp  #1.70:1.71
@@ -2333,5 +2333,5 @@ bool UMLView::allocateMouseReleaseEvent(
         //adding a message to a sequence diagram when the object is selected
         if( m_pOnWidget &&
-            (m_CurrentCursor == WorkToolBar::tbb_Seq_Message_Synchronous ||
+            !(m_CurrentCursor == WorkToolBar::tbb_Seq_Message_Synchronous ||
              m_CurrentCursor == WorkToolBar::tbb_Seq_Message_Asynchronous) ) {
                 m_pOnWidget -> mouseReleaseEvent( me );

--- kdesdk/umbrello/umbrello/dialogs/classopspage.cpp  #1.10:1.11
@@ -184,5 +184,5 @@ void ClassOpsPage::slotOpPopupMenuSel(in
         UMLOperation * o = m_pOpList -> at( m_pOpsLB -> currentItem() );
         if(!o && id != ListPopupMenu::mt_New_Operation) {
-                kdDebug() << "can't find op from selection" << endl;
+                kdWarning() << "can't find op from selection" << endl;
                 return;
         }






More information about the umbrello-devel mailing list