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 520490 - unused atk_object_get_name in spi_atk_emit_eventv
unused atk_object_get_name in spi_atk_emit_eventv
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: atkbridge
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-03-05 10:43 UTC by Ginn Chen
Modified: 2008-03-19 07:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch (1.04 KB, patch)
2008-03-19 07:17 UTC, Li Yuan
committed Details | Review

Description Ginn Chen 2008-03-05 10:43:22 UTC
Please describe the problem:
There's a call of atk_object_get_name in spi_atk_emit_eventv (bridge.c)
But the value is never used after that.

We should remove the call or move it into #ifdef SPI_BRIDGE_DEBUG.
It will benefit the performance.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Li Yuan 2008-03-19 07:17:56 UTC
Created attachment 107589 [details] [review]
patch