a11y: Don't connect_destroyed anymore

It's not used now that set_widget() does the right thing.
This commit is contained in:
Benjamin Otte 2011-12-18 20:19:32 +01:00
parent 1961be9ee9
commit d801b28365

View File

@ -119,7 +119,6 @@ gtk_widget_accessible_initialize (AtkObject *obj,
accessible = GTK_ACCESSIBLE (obj);
gtk_accessible_set_widget (accessible, widget);
gtk_accessible_connect_widget_destroyed (accessible);
g_signal_connect_after (widget, "focus-in-event", G_CALLBACK (focus_cb), NULL);
g_signal_connect_after (widget, "focus-out-event", G_CALLBACK (focus_cb), NULL);
g_signal_connect (widget, "notify", G_CALLBACK (notify_cb), NULL);