gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/view/buoy actions.py


From: Matti Katila
Subject: [Gzz-commits] fenfire/org/fenfire/view/buoy actions.py
Date: Tue, 12 Aug 2003 07:36:01 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/12 07:36:01

Modified files:
        org/fenfire/view/buoy: actions.py 

Log message:
        fix pp nameError

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/buoy/actions.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/buoy/actions.py
diff -u fenfire/org/fenfire/view/buoy/actions.py:1.9 
fenfire/org/fenfire/view/buoy/actions.py:1.10
--- fenfire/org/fenfire/view/buoy/actions.py:1.9        Tue Aug 12 05:27:33 2003
+++ fenfire/org/fenfire/view/buoy/actions.py    Tue Aug 12 07:36:01 2003
@@ -104,7 +104,7 @@
     def set(self, node):
         self.super()
         s = self.context.states
-        self.node, self.pp, self.graph = node, s.pp, s.fen.graph
+        self.node, self.pp, self.graph = node, s.ppActions, s.fen.graph
     def changedRelative(self, x,y):
         self.super()
         f = self.main.getFocus()
@@ -121,7 +121,7 @@
     def clicked(self, x,y):
         self.super()
         obj = self.main.getNodeOnPlane(self.oldVS, x,y)
-        pp = self.context.states.pp
+        pp = self.context.states.ppActions
         pp.assocNotes(obj, 1, self.context.states.cursor.getAccursed())
         self.context.states.fastChg = 0
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]