After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682437 - Code shouldn't be need in idle handler
Code shouldn't be need in idle handler
Status: RESOLVED DUPLICATE of bug 687863
Product: gnome-control-center
Classification: Core
Component: Mouse
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-22 08:52 UTC by Ondrej Holy
Modified: 2012-12-20 07:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ondrej Holy 2012-08-22 08:52:07 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.
Comment 1 Bastien Nocera 2012-12-20 07:42:18 UTC
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 ***