forked from AuroraMiddleware/gtk
spinbuttonaccessible: Fix an oversight
We need to pass the accessible to the signal handler.
This commit is contained in:
parent
b99389bcb8
commit
be6bcf882d
@ -76,7 +76,7 @@ gtk_spin_button_accessible_initialize (AtkObject *obj,
|
||||
{
|
||||
ATK_OBJECT_CLASS (gtk_spin_button_accessible_parent_class)->initialize (obj, data);
|
||||
|
||||
g_signal_connect (data, "notify::adjustment", G_CALLBACK (on_adjustment_changed), NULL);
|
||||
g_signal_connect (data, "notify::adjustment", G_CALLBACK (on_adjustment_changed), obj);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user