Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gajim
gajim-plugins
Commits
1ed52152
Commit
1ed52152
authored
8 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
[wrong_layout] Fix not escaped html chars
Description is provided in manifest.ini
parent
7ab55d6c
No related branches found
No related tags found
1 merge request
!41
Improved error messages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wrong_layout/plugin.py
+0
-2
0 additions, 2 deletions
wrong_layout/plugin.py
with
0 additions
and
2 deletions
wrong_layout/plugin.py
+
0
−
2
View file @
1ed52152
...
...
@@ -12,8 +12,6 @@ from plugins.helpers import log_calls
class
WrongLayoutPlugin
(
GajimPlugin
):
@log_calls
(
'
WrongLayoutPlugin
'
)
def
init
(
self
):
self
.
description
=
_
(
'
Press alt+r to convert chars typed in
'
'
wrong layout Rus<>Eng
'
)
self
.
config_dialog
=
None
self
.
gui_extension_points
=
{
'
chat_control_base
'
:
(
self
.
connect_with_chat_control
,
...
...
This diff is collapsed.
Click to expand it.
Philipp Hörist
@lovetox
mentioned in commit
9ec83e81
·
8 years ago
mentioned in commit
9ec83e81
mentioned in commit 9ec83e810af2af056820029103954513166c0676
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment