Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkit

This commit is contained in:
Marco Pesenti Gritti 2008-06-06 19:16:23 +02:00
commit 8f2bcf433c

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 '