[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker ralf.habacker at gmail.com
Sat Jun 2 08:26:45 UTC 2012


SVN commit 1297802 by habacker:

restore auto layout selection disabled by r1288359

 M  +4 -2      listpopupmenu.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/listpopupmenu.cpp #1297801:1297802
@@ -54,7 +54,8 @@
     m_TriggerObject.m_View = view;
     m_TriggerObjectType = tot_View;
     setupMenu(type);
-    setupActionsData();
+    // FIXME soc-branch contextMenuEvent
+    //setupActionsData();
 }
 
 /**
@@ -70,7 +71,8 @@
     m_TriggerObject.m_Widget = widget;
     m_TriggerObjectType = tot_Widget;
     setupMenu(type);
-    setupActionsData();
+    // FIXME soc-branch contextMenuEvent
+    //setupActionsData();
 }
 
 /**




More information about the umbrello-devel mailing list