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:
@@ -1,6 +1,6 @@
|
||||
[info]
|
||||
name: Juick
|
||||
short_name: Juick
|
||||
short_name: juick
|
||||
version: 1.2.0
|
||||
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).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[info]
|
||||
name: Now Listen
|
||||
short_name: now-listen
|
||||
short_name: now_listen
|
||||
version: 1.2.1
|
||||
description: Copy tune info of playing music to conversation input box at cursor position (Alt + N)
|
||||
authors = Denis Fomin <fominde@gmail.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[info]
|
||||
name: PGP
|
||||
short_name: PGP
|
||||
short_name: pgp
|
||||
version: 1.2.32
|
||||
description: PGP encryption as per XEP-0027
|
||||
authors: Philipp Hörist <philipp@hoerist.com>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[info]
|
||||
name: Tic tac toe
|
||||
short_name: Tic tac toe
|
||||
short_name: tictactoe
|
||||
version: 1.6.30
|
||||
description: Play tic tac toe
|
||||
authors = Yann Leboulanger <asterix@lagaule.org>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[info]
|
||||
name: Wrong Layout
|
||||
short_name: Wrong Layout
|
||||
short_name: wrong_layout
|
||||
version: 1.2.0
|
||||
description: Press alt+r to convert chars typed in wrong layout Rus<>Eng
|
||||
authors: Denis Fomin <fominde@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user