projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5d840
)
*atk/atkobject.c: Correct typos in previous commit
author
Padraig O'Briain
<padraigo@src.gnome.org>
Tue, 5 Jun 2001 12:10:13 +0000
(12:10 +0000)
committer
Padraig O'Briain
<padraigo@src.gnome.org>
Tue, 5 Jun 2001 12:10:13 +0000
(12:10 +0000)
atk/atkobject.c
patch
|
blob
|
history
diff --git
a/atk/atkobject.c
b/atk/atkobject.c
index b93807f74d3907973185ab39470da7cad7e19016..5368f6229c4926ed2e8ef36bda70c824e5499a8e 100755
(executable)
--- 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_VI
B
IBLE_DATA,
+ PROP_VI
S
IBLE_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 ",