Re: [Java-gnome-developer] GConf assertion failures
Brought to you by:
afcowie
From: Lars W. <la...@di...> - 2005-11-23 02:59:26
|
> whenever I try to get an int value from a ConfClient using getInt I get > an assertion failure like this: > > (java-gnome:10739): GConf-CRITICAL **: gconf_client_get_int: > assertion `err == NULL || *err == NULL' failed > > The same is true for bool and list values. Forgot to mention the worst part: the call to getInt() always returns 0 even if a key with a different value exists. |