flashing_keyboard.typo
This commit is contained in:
@@ -13,7 +13,7 @@ from plugins.gui import GajimPluginConfigDialog
|
|||||||
class FlashingKeyboard(GajimPlugin):
|
class FlashingKeyboard(GajimPlugin):
|
||||||
@log_calls('FlashingKeyboard')
|
@log_calls('FlashingKeyboard')
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('Flashing keyboard led if there is unread messages')
|
self.description = _('Flashing keyboard led when there are unread messages.')
|
||||||
self.config_dialog = FlashingKeyboardPluginConfigDialog(self)
|
self.config_dialog = FlashingKeyboardPluginConfigDialog(self)
|
||||||
self.config_default_values = {
|
self.config_default_values = {
|
||||||
'command1': ("xset led named 'Scroll Lock'", ''),
|
'command1': ("xset led named 'Scroll Lock'", ''),
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Flashing Keyboard
|
name: Flashing Keyboard
|
||||||
short_name: flashing_keyboard
|
short_name: flashing_keyboard
|
||||||
version: 0.1
|
version: 0.1.1
|
||||||
description: Flashing keyboard led if there is unread messages
|
description: Flashing keyboard led when there are unread messages.
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
homepage: http://trac-plugins.gajim.org
|
homepage: http://trac-plugins.gajim.org
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user