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 742778 - [PATCH] Fix accessible_class->widget_set initialization
[PATCH] Fix accessible_class->widget_set initialization
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Accessibility
3.15.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-01-11 21:50 UTC by maksqwe
Modified: 2015-01-14 00:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.07 KB, patch)
2015-01-11 21:50 UTC, maksqwe
committed Details | Review

Description maksqwe 2015-01-11 21:50:35 UTC
Created attachment 294309 [details] [review]
Patch

gtkcontainercellaccessible.c 113

accessible_class->widget_unset = gtk_container_cell_widget_set; <---
accessible_class->widget_unset = gtk_container_cell_widget_unset;

Developers must turn off CTRL-C CTRL-V :)