On Sat, Nov 27, 2010 at 5:19 PM, Theppitak Karoonboonyanan
<t...@linux.thai.net> wrote:

> The node connection fails?

I've got a dirty-hacked workaround for this, by removing the code
in adapters/actions/flowconnect.py which unlinks the old_flow.
I have absolutely no idea if this is the correct thing to do. Just hope
that it helps finding the correct solution somehow.

--- /usr/share/pyshared/gaphor/adapters/actions/flowconnect.py.orig     
2010-12-01
12:02:54.000000000 +0700
+++ /usr/share/pyshared/gaphor/adapters/actions/flowconnect.py  2010-12-01
12:03:03.000000000 +0700
@@ -63,8 +63,6 @@
         if opposite and isinstance(otc, (items.ForkNodeItem,
items.DecisionNodeItem)):
             adapter = component.queryMultiAdapter((otc, line), IConnect)
             adapter.combine_nodes()
-        if old_flow:
-            old_flow.unlink()


     def disconnect_subject(self, handle):


Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to