AUDIT: r15635 - gnucash/trunk/src/gnome - Remove extra argument to gtk_list_store_set. Fixes #409758.
Derek Atkins
warlord at MIT.EDU
Sat Mar 31 17:33:06 EDT 2007
Quoting David Hampton <gnucash at love2code.net>:
> On Fri, 2007-03-30 at 21:58 +0200, Derek Atkins wrote:
>> David Hampton <hampton at cvs.gnucash.org> writes:
>>
>> > --- gnucash/trunk/src/gnome/lot-viewer.c 2007-02-19 22:52:44 UTC
>> (rev 15634)
>> > +++ gnucash/trunk/src/gnome/lot-viewer.c 2007-02-19 23:00:24 UTC
>> (rev 15635)
>> > @@ -431,7 +431,7 @@
>> > }
>> > else
>> > {
>> > - gtk_list_store_set(store, &iter, LOT_COL_CLOSE, cbuff, _("Open"), -1);
>> > + gtk_list_store_set(store, &iter, LOT_COL_CLOSE, _("Open"), -1);
>> > }
>>
>> This can't be backported; there is no list_store here in 2.0
>> Can you verify that bug #409758 actually exists in 2.0, and if
>> it does I think we need to find another solution to it.
>
> The 2.0 implementation is different, and is correct. This doesn't need
> to be back ported. Sorry for the noise.
Not noise at all.. I just wanted to verify.
This means you can close out the bug as "fixed".
> David
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
warlord at MIT.EDU PGP key available
More information about the gnucash-devel
mailing list