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 692399 - embed: remove workaround for broken state propagation
embed: remove workaround for broken state propagation
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-23 16:18 UTC by Cosimo Cecchi
Modified: 2013-01-26 07:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
embed: remove workaround for broken state propagation (2.46 KB, patch)
2013-01-23 16:18 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2013-01-23 16:18:49 UTC
See attached patch; I don't think this is needed anymore.
Comment 1 Cosimo Cecchi 2013-01-23 16:18:50 UTC
Created attachment 234224 [details] [review]
embed: remove workaround for broken state propagation

This shouldn't be needed anymore with recent GTK versions. As a side
effect, bump the required GTK version to 3.6.

This reverts commit bf3397b588e0209486945e4bd71d28c5dc2e1497
Comment 2 Emmanuele Bassi (:ebassi) 2013-01-23 18:47:57 UTC
Review of attachment 234224 [details] [review]:

looks okay to me, assuming you tested it with gtk+ 3.6.0 :-)
Comment 3 Cosimo Cecchi 2013-01-26 07:26:28 UTC
Attachment 234224 [details] pushed as 9c1c3b4 - embed: remove workaround for broken state propagation

I did test and it seems to work correctly. I pushed it to master now, worst case scenario we can always put it back.