Christer Palm wrote:
I'm having a problem with Glade::VariablesMap.
After having read my own problem description, I realized that the problem is caused by a callback that calls transfer_widgets_to_variables() on this VariablesMap. The callback is fired by the first transfer_variables_to_widgets() and creates a nasty mess.
I guess the lesson is that don't use VariablesMap's in callbacks unless you know exactly what you're doing! :-)
Thanks anyway! -- Christer Palm