Triggered an assertion failure on line 375 of gtk2/upload_stats.c, v 1.1:
374 us = upload_stats_gui_find(name, size, GTK_TREE_MODEL(store), &iter); 375 g_assert(us != NULL);
Did this by clearing the upload stats; upon trying to find the entry in the emtpy model, upload_stats_gui_find returns NULL and triggers this. From the look of the logic of upload_stats_gui_find, it looks like it should do the same if a non-existent entry is searched for.
I believe the correct logic, assuming the file name and size are good data, would be to create a new ul_stats structure and use upload_stats_gui_add to add it.
Best Regards, Clayton
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
