Fix loading of service items bug

Fixes: https://launchpad.net/bugs/651076
This commit is contained in:
Tim Bentley 2010-09-29 17:48:45 +01:00
parent 882e4679f4
commit 0f480a6dd5
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ class ServiceItem(object):
filename = os.path.join(path, text_image[u'title'])
self.add_from_command(
path, text_image[u'title'], text_image[u'image'] )
self._new_item()
def merge(self, other):
"""