Comment 2 for bug 922375

Revision history for this message
Sebastien Bacher (seb128) wrote :

There was an obvious bug in the code, update_icon_visibility() which calls g_settings_get_boolean (gsettings, GSETTINGS_VISIBLE_KEY) was being called before g_settings_new() due to one of the other init funtions, I've fixed that in r63 by moving the g_settings_init block a bit ealier, not sure if that's enough to fix your issue though since I could confirm the bug on my box