[Darlan]EmoticonsPackPlugin. plugin description

This commit is contained in:
Denis Fomin
2013-05-03 11:17:34 +04:00
parent 1e5c57459b
commit ab12eaad21
2 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ class EmoticonsPackPlugin(GajimPlugin):
@log_calls('EmoticonsPackPlugin') @log_calls('EmoticonsPackPlugin')
def init(self): def init(self):
self.description = _('Install emoticons') self.description = _('Install, update and view a detailed legend '
'of emoticons')
self.config_dialog = None # EmoticonsPackPluginConfigDialog(self) self.config_dialog = None # EmoticonsPackPluginConfigDialog(self)
self.window = None self.window = None
self.model = None self.model = None

View File

@@ -2,7 +2,7 @@
name: Emoticons pack name: Emoticons pack
short_name: emoticons_pack short_name: emoticons_pack
version: 0.0.0 version: 0.0.0
description: Install emoticons description: Install, update and view a detailed legend of emoticons
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>
homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin homepage: http://trac-plugins.gajim.org/wiki/PluginInstallerPlugin
min_gajim_version: 0.15.10 min_gajim_version: 0.15.10