fenfire-dev
[Top][All Lists]
Advanced

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

[Fenfire-dev] Re: [ff-cvs] fenfire/org/fenfire/bin fenpdf10.py


From: Tuomas Lukka
Subject: [Fenfire-dev] Re: [ff-cvs] fenfire/org/fenfire/bin fenpdf10.py
Date: Tue, 26 Aug 2003 10:38:33 +0300
User-agent: Mutt/1.5.4i

On Mon, Aug 25, 2003 at 08:35:29PM -0400, Matti Katila wrote:
> --- fenfire/org/fenfire/bin/fenpdf10.py:1.75  Mon Aug 25 17:30:35 2003
> +++ fenfire/org/fenfire/bin/fenpdf10.py       Mon Aug 25 20:35:29 2003
> @@ -212,7 +212,7 @@
>      fenPDF.uistate.selection = ff.fenpdf.fenpdfcontext.Selection()
>  context.fenPDF = fenPDF
>  
> -context.mousemenu = ff.fenpdf.events.mousemenu.MouseMenu(fenPDF, 
> context.states)
> +context.mousemenu = ff.fenpdf.events.mousemenu.MouseMenu(fenPDF, 
> context.states, eventHandler)

No, this is not right: it should access it through the fenPDF object.
We should try to get rid of other object references, to clean stuff up.

        Tuomas




reply via email to

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