[Bug 948788]
Alexander Surkov
948788 at bugs.launchpad.net
Wed Mar 20 02:21:37 UTC 2013
Comment on attachment 726580
Implement a replacement of atk_object_set_name() which mimics the behavior without calling atk_object_get_name()
Review of attachment 726580:
-----------------------------------------------------------------
::: i/accessible/src/atk/AccessibleWrap.cpp
@@ +147,5 @@
> #endif
>
> G_BEGIN_DECLS
> +
> +static void AtkObjectSetName(AtkObject *aAtkObj, const gchar *name);
nit: type* name (here and below)
@@ +647,4 @@
>
> NS_ConvertUTF8toUTF16 objName(aAtkObj->name);
> if (!uniName.Equals(objName))
> + AtkObjectSetName(aAtkObj, NS_ConvertUTF16toUTF8(uniName).get());
nit: you can change the code to use one conversion
@@ +654,5 @@
>
> +static void
> +AtkObjectSetName(AtkObject *aAtkObj, const gchar *name)
> +{
> + /* This function duplicates the functionality of atk_object_set_name(),
nit: We use '//' comment style in function body
--
You received this bug notification because you are a member of
Accessibility, which is subscribed to atk1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/948788
Title:
thunderbird crashed on launch
To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/948788/+subscriptions
More information about the Ubuntu-accessibility-bugs
mailing list