summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-06-05 12:10:13 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-06-05 12:10:13 +0000
commit4161c6fac11b356851744b95016b1e6dcb8b141d (patch)
tree6f858f879fe206d86d6c0c14887807fcb7424f85
parentba5d8401256642abbddc579153a1ce1f34aab3b3 (diff)
downloadatk-4161c6fac11b356851744b95016b1e6dcb8b141d.tar.gz
*atk/atkobject.c: Correct typos in previous commit
-rwxr-xr-xatk/atkobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index b93807f..5368f62 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -37,7 +37,7 @@ enum
PROP_CARET, /* Used only by AtkText implementors */
PROP_SELECTION,
PROP_VALUE,
- PROP_VIBIBLE_DATA,
+ PROP_VISIBLE_DATA,
PROP_LAST /* gobject convention */
};
@@ -196,7 +196,7 @@ atk_object_class_init (AtkObjectClass *klass)
0.0,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
- PROP_SELECTION,
+ PROP_VISIBLE_DATA,
g_param_spec_object (atk_object_name_property_visible,
"Accessible Visible Data",
"Is used to notify that the visual appearance of the object has changed ",