[Evolution-hackers] changing values w/ bonobo-conf

2002-05-15 Thread josh lucas
I have some simple code which can change values in evolution's config db using bonobo-conf. The values do change based on queries to the db but when I look at the UI, the value hasn't changed and in fact, any later queries will now show the original value. Is there some sort of flag I need to

Re: [Evolution-hackers] changing values w/ bonobo-conf

2002-05-15 Thread Dan Winship
Is there some sort of flag I need to set to alert Evo that a value in the db has changed? I'm currently calling Bonobo_ConfigDatabase_sync but obviously that's not all I need. Evolution doesn't listen for changes to the db. It assumes that it's the only thing changing anything. -- Dan