Hi folks,

Can someone tell me if this fix is not introducing unknown behaviour?

I don't know the entire package well enough to test it thoroughly.

And is it possible to get it included in the distribution if its ok?

That would just make my day since I'm planning on releasing an update for
a program that uses this module.

TIA,

-jordan.

On Tue, 25 May 1999, Jordan B. Baker wrote:

> Hi:
> 
> First off, thanks a lot for this great module.  I haven't really written
> too many GUI programs but pygtk combined with glade is a very efficient
> programming environment.
> 
> I'm using pygtk 0.6.1 with GTK 1.2.3 under IRIX, as well with GTK 1.2.1
> under Linux.
> 
> I had to tweak code in pyglade/build.py to get text boxes to work
> properly.  It seems no get_editable attribute exists.
> 
> Is this a bug?
> 
> Specifically I changed line 241 of pyglade/build.py from:
>   text.get_editable(FALSE)
> 
> To:
>   text.set_editable(TRUE)
> 
> Everything seems to work right. :)
> 
> Anyone else run into this?

-------
Jordan B. Baker -- [EMAIL PROTECTED]
weaving the web @ http://www.spyderlab.com


To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to