Add Jon to about

This commit is contained in:
Tim Bentley 2009-09-29 05:51:38 +01:00
parent b11a068a8f
commit aeba391642
2 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,7 @@ class Plugin(object):
def process_add_service_event(self): def process_add_service_event(self):
""" """
Proxy method as method is not defined early enough Generic Drag and drop handler triggered from service_manager.
in the processing
""" """
log.debug(u'process_add_service_event event called for plugin %s' % self.name) log.debug(u'process_add_service_event event called for plugin %s' % self.name)
self.media_item.onAddClick() self.media_item.onAddClick()

View File

@ -161,6 +161,7 @@ class AboutForm(QtGui.QDialog):
u' Tim \"TRB143\" Bentley\n' u' Tim \"TRB143\" Bentley\n'
u' Jonathan \"gushie\" Corwin\n' u' Jonathan \"gushie\" Corwin\n'
u' Scott \"sguerrieri\" Guerrieri\n' u' Scott \"sguerrieri\" Guerrieri\n'
u' Jon \"Meths\" Tibble\n'
u' Raoul \"superfly\" Snyman\n' u' Raoul \"superfly\" Snyman\n'
u' Martin \"mijiti\" Thompson\n' u' Martin \"mijiti\" Thompson\n'
u' Carsten \"catini\" Tingaard')) u' Carsten \"catini\" Tingaard'))