* accessible.py (_RelationMixin.getTarget): Add a ref() to the
[platform/core/uifw/at-spi2-atk.git] / pyatspi / event.py
index fef76aa..da97120 100644 (file)
@@ -220,7 +220,7 @@ class EventType(str):
     self.detail = None
     
     # split type according to delimiters
-    split = self.value.split(':')
+    split = self.value.split(':', 3)
     # loop over all the components
     for i in xrange(len(split)):
       # store values of attributes in this object