~ubuntu-branches/ubuntu/precise/atk1.0/precise

« back to all changes in this revision

Viewing changes to atk/atkobject.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-07 12:34:25 UTC
  • Revision ID: package-import@ubuntu.com-20120307123425-hdb6f587aksb5uom
Tags: 2.3.91-0ubuntu2
revert_set_name_change.patch: revert upstream change leading to 
get_name, set_name loops in firefox code (lp: #948788)  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1015
1015
  if (klass->set_name)
1016
1016
    {
1017
1017
      /* Do not notify for initial name setting. See bug 665870 */
1018
 
      notify = (atk_object_get_name (accessible) != NULL);
 
1018
      notify = (accessible->name != NULL);
1019
1019
 
1020
1020
      (klass->set_name) (accessible, name);
1021
1021
      if (notify)