GNOME Bugzilla – Bug 683430
CLUTTER_GESTURE_ACTION_GET_CLASS() calls G_TYPE_INSTANCE_GET_PRIVATE() instead of G_TYPE_INSTANCE_GET_CLASS()
Last modified: 2012-09-11 21:24:49 UTC
There's an error probably due to cut'n'paste in clutter-gesture-action.h where CLUTTER_GESTURE_ACTION_GET_CLASS() is returning the instance private data instead of the class instance.
Created attachment 223552 [details] [review] gesture-action: fix CLUTTER_GESTURE_ACTION_GET_CLASS() Fix a cut'n'paste error where CLUTTER_GESTURE_ACTION_GET_CLASS() was returning the private class data instead of the class instance.
Review of attachment 223552 [details] [review]: haha, ouch. :-)
Attachment 223552 [details] pushed as 609766f - gesture-action: fix CLUTTER_GESTURE_ACTION_GET_CLASS()
Reopening, this time for ClickAction, PanAction, RotateAction and SwipeAction.
Created attachment 224034 [details] [review] action: fix CLUTTER_GESTURE_ACTION_GET_CLASS() Fix the same cut'n'paste error fixed for GestureAction in 609766fa, this time in ClickAction, PanAction, RotateAction and SwipeAction.
Review of attachment 224034 [details] [review]: eh, copy and paste thinko. looks good.