Manifest files added

This commit is contained in:
Denis Fomin
2010-09-19 01:34:06 +04:00
parent 3b1aa3c4d6
commit c43af5fda1
8 changed files with 33 additions and 32 deletions

View File

@@ -10,14 +10,6 @@ from plugins.helpers import log_calls, log
class ClickableNicknames(GajimPlugin):
name = u'Clickable Nicknames'
short_name = u'clickable_nicknames'
version = u'0.1'
description = _(u'''Clickable nicknames in the conversation textview.''')
authors = [u'Denis Fomin <fominde@gmail.com>']
homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/clickable_nicknames/'
@log_calls('ClickableNicknamesPlugin')
def init(self):
self.config_dialog = None#ClickableNicknamesPluginConfigDialog(self)

View File

@@ -0,0 +1,8 @@
[info]
name: Clickable Nicknames
short_name: clickable_nicknames
version: 0.1
description: Clickable nicknames in the conversation textview.
authors: Denis Fomin <fominde@gmail.com>
homepage: http://bitbucket.org/dicson12/plugins/src/tip/clickable_nicknames/