Re: [java-gnome-hackers] Submission for mainline
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2008-09-15 13:53:43
|
On Sat, 2008-09-13 at 20:36 +0200, Stefan Prelle wrote: > it has been some time since I wrote. Due to the fact that I started > building a house I am a bit distracted nowadays. > > Anyway I recently had some time to get up to date with my additions to > java-gnome which should be all assembled in the attached patch. Merged to 'mainline'. Thanks! ++ > I stumbled over GtkTreePath.getIndices(..) returning a null I did some testing and ran into the same thing. I updated the comment there. > // translate return value to JNI type > _result = (jintArray) NULL; I seem to remember us talking about this a few months ago. Maybe Vreixo can have a look. > I remember that I already had a similiar problem, but I don't recall > which class and function it was. Since I am not familiar with the code > generator to fix this We'll have to change that one of these days :) but no problem. > , I provided some java replacement for this method. Good initiative. Ordinarily I'd frown on that sort of thing (I generally prefer fixing the real problem) but I also believe in rewarding people for putting hard work in. So well done, and we'll see about reverting the workaround when we fix the bug. AfC Sydney |