gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/vob/buoy buoymanager.py


From: Benja Fallenstein
Subject: [Gzz-commits] libvob/vob/buoy buoymanager.py
Date: Sat, 07 Jun 2003 15:01:21 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/06/07 15:01:21

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        Allow geometers to catch key events

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.26 libvob/vob/buoy/buoymanager.py:1.27
--- libvob/vob/buoy/buoymanager.py:1.26 Fri Jun  6 16:04:21 2003
+++ libvob/vob/buoy/buoymanager.py      Sat Jun  7 15:01:21 2003
@@ -198,6 +198,8 @@
         self.context.initMainNodes(len(mainNodes))
         self.lastIndex = 0
     def key(self, key):
+       if self.geometer.key(key):
+           return 
         index = self.lastIndex
         self.context.setMainNodeIndex(index)
        self.singles[index].mainNode.keystroke(key)




reply via email to

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