On Wed, Mar 30, 2005 at 10:49:45AM -0500, Saurabh Wagh wrote:
> A very strange problem.  I am designing an application to display the
> contents of a three dimensional data structure.( residing on server
> side )
[...]
> But When i click on any object ( say man, present on line 3 of buffer,
> ) not only the man ( result[3] ) is printed , but also animal ( which
> was at that position in the variable during prev iteration )

I didn't see if you got answered, bug isn't the problem here the fact
that you are connect()ing to a signal every time your main function is
called? You want to have each signal connected to once only.

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to