summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2012-06-25 15:05:12 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2012-06-25 15:05:12 +0200
commitcdfd199e05d6fa2782f5c2163b74c147d98e5e2c (patch)
tree5edbdc7420e6323a9fc948173ccbfdf54a68a964
parent617065d6dbfe6be113c69a15a4fbf7086c4f920e (diff)
downloadatk-cdfd199e05d6fa2782f5c2163b74c147d98e5e2c.tar.gz
doc: Default role is ATK_ROLE_UNKNOWN
https://bugzilla.gnome.org/show_bug.cgi?id=478587
-rwxr-xr-xatk/atkobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 251ae6b..b197d2a 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -545,7 +545,7 @@ atk_object_class_init (AtkObjectClass *klass)
_("The accessible role of this object"),
0,
G_MAXINT,
- 0,
+ ATK_ROLE_UNKNOWN,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_LAYER,