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 646836 - datetime: fix a critical when showing the panel
datetime: fix a critical when showing the panel
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Date and Time
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-05 16:24 UTC by Cosimo Cecchi
Modified: 2011-04-07 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
datetime: fix a critical when showing the panel (1.27 KB, patch)
2011-04-05 16:24 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-04-05 16:24:11 UTC
Fix a critical which can be seen when loading the panel.
Comment 1 Cosimo Cecchi 2011-04-05 16:24:13 UTC
Created attachment 185215 [details] [review]
datetime: fix a critical when showing the panel

The critical was spawned because we were calling gtk_style_attach()
before calling gtk_widget_set_window(), but that code can go away
entirely.
Comment 2 Matthias Clasen 2011-04-07 12:11:34 UTC
Looks good to me, we should commit this now
Comment 3 Cosimo Cecchi 2011-04-07 13:13:12 UTC
Pushed to master.

Attachment 185215 [details] pushed as 534a7a1 - datetime: fix a critical when showing the panel