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: Matti Katila
Subject: [Gzz-commits] libvob/vob/buoy buoymanager.py
Date: Mon, 11 Aug 2003 08:05:13 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/11 08:05:12

Modified files:
        vob/buoy       : buoymanager.py 

Log message:
        replace method for new main managers

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

Patches:
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.46 libvob/vob/buoy/buoymanager.py:1.47
--- libvob/vob/buoy/buoymanager.py:1.46 Mon Aug 11 05:02:00 2003
+++ libvob/vob/buoy/buoymanager.py      Mon Aug 11 08:05:12 2003
@@ -237,6 +237,8 @@
     def key(self, key):
         if hasattr(self.geometer, 'key'):
             self.geometer.key(key)
+    def replaceManager(self, index, replace):
+        self.singles[index] = SingleFocusManager(replace, self.connectors)
     def getVs(self):
         return self.vs;
     def getSingles(self):




reply via email to

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