I've committed fixes to CVS:

2002-05-31  Matt Wilson  <[EMAIL PROTECTED]>

        * examples/pygtk-demo/demos/list_store.py (fixed_toggled): the
        path argument must be a tuple.  Ints are not automatically
        converted to tuples any more.

        * pygtype.c (pyg_value_as_pyobject): change the behavior of
        G_TYPE_UINT to match the code generator's output on 32 bit
        systems.

On Fri, May 31, 2002 at 07:46:11PM +0200, Lionel Ulmer wrote:
>     iter = model.get_iter (int (path))
> TypeError: GtkTreeModel.get_iter() argument 1 must be tuple, not int

>     context.drag_status(context.suggested_action, time)
> TypeError: time must be an int
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to