fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] fenfire/org/fenfire/fenpdf/actions keyboard.py


From: Benja Fallenstein
Subject: [ff-cvs] fenfire/org/fenfire/fenpdf/actions keyboard.py
Date: Sun, 07 Sep 2003 12:03:28 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Benja Fallenstein <address@hidden>      03/09/07 12:03:28

Modified files:
        org/fenfire/fenpdf/actions: keyboard.py 

Log message:
        (try to) fix importing scrollblock while showing other scrollblock

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/fenpdf/actions/keyboard.py.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/fenpdf/actions/keyboard.py
diff -u fenfire/org/fenfire/fenpdf/actions/keyboard.py:1.11 
fenfire/org/fenfire/fenpdf/actions/keyboard.py:1.12
--- fenfire/org/fenfire/fenpdf/actions/keyboard.py:1.11 Tue Aug 26 06:06:39 2003
+++ fenfire/org/fenfire/fenpdf/actions/keyboard.py      Sun Sep  7 12:03:28 2003
@@ -171,7 +171,7 @@
        if not main:
            main = self.fenPDF.views.getBuoyManager().singles[0].mainNode
        if isinstance(main.getPlane(), alph.PageScrollBlock):
-           self.moveTo(None, scrollBlock)
+           self.moveTo(None, scrollBlocks[0])
            return
        #
        # Now transclude.




reply via email to

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