clayton rollins wrote:
> 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.

The problem is that the GUI never informs the core that the stats were
cleared. There's no such interface function even. Either, such a function
must be added, or the button callback should call the core function
instead. The other direction is OK that is the core informs the GUI when
the stats are cleared. IIRC, the equivalent assertion failure occured in
the GTK+ 1.2 frontend for some people.

-- 
Christian

Attachment: pgpfbFmV5PlHk.pgp
Description: PGP signature

Reply via email to