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 640415 - St: Use clutter_actor_get_request_mode
St: Use clutter_actor_get_request_mode
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-01-24 13:34 UTC by drago01
Modified: 2011-01-24 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
St: Use clutter_actor_get_request_mode (1.78 KB, patch)
2011-01-24 13:34 UTC, drago01
committed Details | Review

Description drago01 2011-01-24 13:34:34 UTC
Just found that we use g_object_get here while reading the code,
we should just use the accessor instead.
Comment 1 drago01 2011-01-24 13:34:37 UTC
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.
Comment 2 Owen Taylor 2011-01-24 13:38:25 UTC
Review of attachment 179165 [details] [review]:

Sure
Comment 3 drago01 2011-01-24 13:42:09 UTC
Attachment 179165 [details] pushed as 8dcd70e - St: Use clutter_actor_get_request_mode