4687: missing content migration...

svn: r21711
This commit is contained in:
Jérôme Rapinat 2013-03-20 14:06:59 +00:00
parent f97c241af6
commit 9be852fe2c

View File

@ -717,7 +717,7 @@ class GuiGramplet(object):
handle)
return True
else: # overzealous l10n while setting the link?
logging.warning( "Unknown link type " + link_type, RuntimeWarning, 2)
logging.warning( "Unknown link type %s, %s" % (link_type, RuntimeWarning))
return False # did not handle event
def set_has_data(self, value):