Re: [Java-gnome-developer] TreeModels and warnings
Brought to you by:
afcowie
From: Igor F. <if...@re...> - 2005-06-13 17:14:39
|
On Mon, 2005-06-13 at 14:59 +0100, Ismael Juma wrote: > On Mon, 2005-06-13 at 09:51 -0400, Igor Foox wrote: > > Hi, > > > > I'm playing around with TreeModels, TreeFilters and so on... At one > > point I have a TreeStore and on top of it I build a TreeModelFilter. At > > some point I wait for a user to click on an element in a TreeView that > > is built on the TreeModelFilter and then get an iterator for the > > TreeModelFilter based on the selection. It seems that when I do that I > > get a warning from GTK, although everything works. This warning does not > > creep up when I step through the code, only when it is run at full > > speed. Any idea what this might be caused by? Am I safe to ignore it? > [...] > > No, this should not happen. Would you mind opening a bug report with the > information you gave here and if possible, a small test case? Also, > please mention the version of the libraries where this happens. Thanks. > > Regards, > Ismael Hi Ismael, I have been trying to reproduce the problem, by constructing a simple test case, unfortunately the simple test case doesn't show the problem, only my not-so-simple program does :). I'll try to get at the root. Igor |