After further testing, I've concluded it is a strange interaction between
the xmms2 client lib (my application is an xmms2 client) and the glib
mainloop. I found a workaround in that instead of placing items in the
store directly when xmms2 tells me to, I put it in a queue for an idle
function to
Hi all -
I have a situation in my application where I'd like to do something with an
iterator/treepath that I've just added to the model. Specifically, I need
to do things like get_cell_area and scroll_to_row in certain instances. It
seems I am unable to get valid results out of these functions