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 669673 - Stop using deprecated Clutter API
Stop using deprecated Clutter API
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: VoIP
2.33.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-08 14:04 UTC by Guillaume Desmottes
Modified: 2012-03-12 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make use of new Clutter macros to check API we are using (1.53 KB, patch)
2012-03-09 08:25 UTC, Guillaume Desmottes
committed Details | Review
rounded-rectangle: use the 'draw' signal (3.81 KB, patch)
2012-03-09 08:25 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2012-02-08 14:04:09 UTC
Looks like we are using a bunch of API which have been deprecated in Clutter.
Comment 1 Guillaume Desmottes 2012-02-08 14:06:14 UTC
For the record, 1e10d537d22441f35ad57164e2231835a85698ed is the commit disabling Clutter deprecation warnings. It should be reverted once we have fixed this bug.
Comment 2 Guillaume Desmottes 2012-03-09 08:25:54 UTC
Created attachment 209302 [details] [review]
Make use of new Clutter macros to check API we are using
Comment 3 Guillaume Desmottes 2012-03-09 08:25:56 UTC
Created attachment 209303 [details] [review]
rounded-rectangle: use the 'draw' signal

Looks like that's the right way to do it since Clutter 1.8
Comment 4 Guillaume Desmottes 2012-03-12 12:02:34 UTC
Attachment 209302 [details] pushed as 48370f1 - Make use of new Clutter macros to check API we are using
Attachment 209303 [details] pushed as 532a1f7 - rounded-rectangle: use the 'draw' signal