Comment 47 for bug 948788

Revision history for this message
In , Alexander Surkov (surkov-alexander) wrote :

(In reply to Trevor Saunders (:tbsaunde) from comment #34)
> Comment on attachment 726580
> Implement a replacement of atk_object_set_name() which mimics the behavior
> without calling atk_object_get_name()
>
> >+static void
> >+AtkObjectSetName(AtkObject *aAtkObj, const gchar *name)
>
> so, both of the times this is called we have to check if we actually want to
> fire an event first.

we don't want an event in the former case