Re: GTK2.TreeView()->set_model() does not work as expected
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmrvMLZVodECKj=z6SVw5=aG16z6F07BWC69_ZZ716uNSQ@mail.gmail.com> |
On Tue, Oct 21, 2014 at 3:55 AM, Per Hedbor () @ Pike (-) importmöte för mailinglistan <[email protected]> wrote: > It really should not, actually. > The generated code is more or less identical to the newly commited > 'fixed' version. The test case was failing, then I applied the patch, then the test case began working. So the question is, what part of the code difference is doing that? What's the difference between get_pg2object() as used in the generated code, and get_gobject() as used in Pawel's version? ChrisA