4687: missing content migration...
svn: r21711
This commit is contained in:
parent
f97c241af6
commit
9be852fe2c
@ -717,7 +717,7 @@ class GuiGramplet(object):
|
|||||||
handle)
|
handle)
|
||||||
return True
|
return True
|
||||||
else: # overzealous l10n while setting the link?
|
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
|
return False # did not handle event
|
||||||
|
|
||||||
def set_has_data(self, value):
|
def set_has_data(self, value):
|
||||||
|
Loading…
Reference in New Issue
Block a user