Re: EuGTK - Segmentation fault, GtkCheckMenuItem

new topic     » goto parent     » topic index » view thread      » older message » newer message

Looks to me like you should be finding out what is calling setReqs() repeatedly. You need to look to see what signal you have connected to those menu items, and what function they call when changed or toggled. I'll bet that the function they call then calls setReq(), which changes the state of the menu item, thus calling the function again. An endless loop.

I think the problem lies elsewhere in your code, and without seeing it all, there's no way to help.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu