Fix short names of various plugins

The short_name attr must be equal the folder name of the plugin,
otherwise get_active_plugin() in PluginManager fails
This commit is contained in:
Philipp Hörist
2018-11-10 00:51:57 +01:00
parent 0d26b8e8de
commit 25155b4e63
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[info] [info]
name: Juick name: Juick
short_name: Juick short_name: juick
version: 1.2.0 version: 1.2.0
description: Clickable Juick links , Juick nicks, preview Juick picturs. description: Clickable Juick links , Juick nicks, preview Juick picturs.
The key combination alt + up in the textbox allow insert the number of last message (comment or topic). The key combination alt + up in the textbox allow insert the number of last message (comment or topic).

View File

@@ -1,6 +1,6 @@
[info] [info]
name: Now Listen name: Now Listen
short_name: now-listen short_name: now_listen
version: 1.2.1 version: 1.2.1
description: Copy tune info of playing music to conversation input box at cursor position (Alt + N) description: Copy tune info of playing music to conversation input box at cursor position (Alt + N)
authors = Denis Fomin <fominde@gmail.com> authors = Denis Fomin <fominde@gmail.com>

View File

@@ -1,6 +1,6 @@
[info] [info]
name: PGP name: PGP
short_name: PGP short_name: pgp
version: 1.2.32 version: 1.2.32
description: PGP encryption as per XEP-0027 description: PGP encryption as per XEP-0027
authors: Philipp Hörist <philipp@hoerist.com> authors: Philipp Hörist <philipp@hoerist.com>

View File

@@ -1,6 +1,6 @@
[info] [info]
name: Tic tac toe name: Tic tac toe
short_name: Tic tac toe short_name: tictactoe
version: 1.6.30 version: 1.6.30
description: Play tic tac toe description: Play tic tac toe
authors = Yann Leboulanger <asterix@lagaule.org> authors = Yann Leboulanger <asterix@lagaule.org>

View File

@@ -1,6 +1,6 @@
[info] [info]
name: Wrong Layout name: Wrong Layout
short_name: Wrong Layout short_name: wrong_layout
version: 1.2.0 version: 1.2.0
description: Press alt+r to convert chars typed in wrong layout Rus&lt;&gt;Eng description: Press alt+r to convert chars typed in wrong layout Rus&lt;&gt;Eng
authors: Denis Fomin <fominde@gmail.com> authors: Denis Fomin <fominde@gmail.com>