1
0
Fork 0

cursor: Fix set_property vfunc name

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3941>
This commit is contained in:
Sebastian Wick 2024-08-15 12:43:30 +02:00
parent d5e72ff24d
commit a43dbd46fb

View file

@ -289,7 +289,7 @@ meta_cursor_sprite_finalize (GObject *object)
}
static void
meta_cursor_tracker_set_property (GObject *object,
meta_cursor_sprite_set_property (GObject *object,
guint prop_id,
const GValue *value,
GParamSpec *pspec)
@ -319,7 +319,7 @@ meta_cursor_sprite_class_init (MetaCursorSpriteClass *klass)
object_class->constructed = meta_cursor_sprite_constructed;
object_class->finalize = meta_cursor_sprite_finalize;
object_class->set_property = meta_cursor_tracker_set_property;
object_class->set_property = meta_cursor_sprite_set_property;
obj_props[PROP_CURSOR_TRACKER] =
g_param_spec_object ("cursor-tracker", NULL, NULL,