svn: r4743
This commit is contained in:
Alex Roitman 2005-05-31 18:22:37 +00:00
parent 1bed90520c
commit 44c3dcf88e

View File

@ -140,7 +140,7 @@ class StandardCustomSelector:
""" """
Get selected values. Get selected values.
@return: Returns a tuple of (int,str) corresponding to the selected or entered text. @return: Returns (int,str) tuple corresponding to the selection.
@rtype: tuple @rtype: tuple
""" """
ai = self.selector.get_active_iter() ai = self.selector.get_active_iter()