Correct comment.

This commit is contained in:
Tomeu Vizoso 2008-06-06 13:15:44 +02:00
parent 5ba50d0e0f
commit cd363bf078

View File

@ -31,7 +31,7 @@ class ObjectChooser(object):
def __init__(self, title=None, parent=None, flags=None, buttons=None): def __init__(self, title=None, parent=None, flags=None, buttons=None):
# For backwards compatibility: # For backwards compatibility:
# - We ignore title, flags and buttons. # - We ignore title, flags and buttons.
# - 'parent' can be a xid or a gtk.gdk.Window # - 'parent' can be a xid or a gtk.Window
if title is not None or flags is not None or buttons is not None: if title is not None or flags is not None or buttons is not None:
logging.warning('Invocation of ObjectChooser() has deprecated ' logging.warning('Invocation of ObjectChooser() has deprecated '