GNOME Bugzilla – Bug 640415
St: Use clutter_actor_get_request_mode
Last modified: 2011-01-24 13:42:12 UTC
Just found that we use g_object_get here while reading the code, we should just use the accessor instead.
Created attachment 179165 [details] [review] St: Use clutter_actor_get_request_mode Use clutter_actor_get_request_mode rather than g_object_get since we have it in the required clutter version.
Review of attachment 179165 [details] [review]: Sure
Attachment 179165 [details] pushed as 8dcd70e - St: Use clutter_actor_get_request_mode