[pyatspi2] Fix ROLE_VIDEO



commit 69f19b4632bb61c3d56d20c3db5c8c1927713819
Author: Mike Gorse <mgorse suse com>
Date:   Mon Nov 18 17:50:39 2013 -0600

    Fix ROLE_VIDEO

 pyatspi/role.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/role.py b/pyatspi/role.py
index 5e7d26f..0fdf2da 100644
--- a/pyatspi/role.py
+++ b/pyatspi/role.py
@@ -251,7 +251,7 @@ ROLE_TREE = Role(65)
 ROLE_TREE_ITEM = Role(91)
 ROLE_TREE_TABLE = Role(66)
 ROLE_UNKNOWN = Role(67)
-ROLE_AUDIO = Role(107)
+ROLE_VIDEO = Role(107)
 ROLE_VIEWPORT = Role(68)
 ROLE_WINDOW = Role(69)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]