fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob org/nongnu/libvob/AbstractUpdateManager....


From: Tuomas J. Lukka
Subject: [ff-cvs] libvob org/nongnu/libvob/AbstractUpdateManager....
Date: Sat, 23 Aug 2003 09:25:22 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/23 09:25:22

Modified files:
        org/nongnu/libvob: AbstractUpdateManager.java 
        vob/buoy       : buoymanager.py 

Log message:
        Arch: patch-9
        Move the mouse code out.
        patch-10
        typo fix

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/AbstractUpdateManager.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/buoymanager.py.diff?tr1=1.63&tr2=1.64&r1=text&r2=text

Patches:
Index: libvob/org/nongnu/libvob/AbstractUpdateManager.java
diff -u libvob/org/nongnu/libvob/AbstractUpdateManager.java:1.5 
libvob/org/nongnu/libvob/AbstractUpdateManager.java:1.6
--- libvob/org/nongnu/libvob/AbstractUpdateManager.java:1.5     Tue Jul 22 
08:01:50 2003
+++ libvob/org/nongnu/libvob/AbstractUpdateManager.java Sat Aug 23 09:25:22 2003
@@ -44,7 +44,7 @@
  */
 
 public abstract class AbstractUpdateManager implements Runnable {
-public static final String rcsid = "$Id: AbstractUpdateManager.java,v 1.5 
2003/07/22 12:01:50 tjl Exp $";
+public static final String rcsid = "$Id: AbstractUpdateManager.java,v 1.6 
2003/08/23 13:25:22 tjl Exp $";
     public static boolean dbg = false;
     private static void pa(String s) { 
        System.err.println("AbstractUpdateManager: "+s); }
@@ -411,7 +411,7 @@
        }
        // Handle events.
 
-       // We want this thead to have the lowest priority, since
+       // We want this thread to have the lowest priority, since
        // we want all incoming key events to be handled before
        // this thread gets its moment to run.
        // This is not very nice and it would be nicer to use
Index: libvob/vob/buoy/buoymanager.py
diff -u libvob/vob/buoy/buoymanager.py:1.63 libvob/vob/buoy/buoymanager.py:1.64
--- libvob/vob/buoy/buoymanager.py:1.63 Sat Aug 23 06:49:20 2003
+++ libvob/vob/buoy/buoymanager.py      Sat Aug 23 09:25:22 2003
@@ -212,7 +212,6 @@
         self.connectors = connectors
        self.eventHandler = eventHandler
        self.geometer = geometer
-       self.replaceScene = None
         self.lastIndex = 0
         class BuoyHit:
             def set(self, single, link):
@@ -232,10 +231,6 @@
        """
         return self.singles[self.lastIndex].getMainNode()
     def scene(self, vs):
-       if self.replaceScene: 
-           sc = self.replaceScene
-           self.replaceScene = None
-           return sc
        self.vs = vs
 
        vs.put(background((.36, .74, 1.0)))




reply via email to

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