GNOME Bugzilla – Bug 682437
Code shouldn't be need in idle handler
Last modified: 2012-12-20 07:42:18 UTC
Code adding Test Your Settings toggle in shell header in cc-mouse-panel.c shouldn't be need in g_idle_add. Similar code is also used in the network panel.
Was fixed. commit 8bf26a0b91f4cd85906af75c88a1a0d3a0611d5a Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Wed Nov 7 12:29:46 2012 -0500 mouse: don't add the header widget in an idle Add it in constructed() instead, since we need the value of the construct-only shell property in order for it to work. https://bugzilla.gnome.org/show_bug.cgi?id=687863 *** This bug has been marked as a duplicate of bug 687863 ***