Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
eta
gajim
Commits
57ed1ea8
Commit
57ed1ea8
authored
15 years ago
by
steve-e
Browse files
Options
Downloads
Plain Diff
Merge local changes
parents
0a068bd2
ad02f163
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/helpers.py
+2
-2
2 additions, 2 deletions
src/common/helpers.py
with
2 additions
and
2 deletions
src/common/helpers.py
+
2
−
2
View file @
57ed1ea8
...
...
@@ -1191,7 +1191,7 @@ def get_notification_icon_tooltip_dict():
'
%d event pending
'
,
'
%d events pending
'
,
total_non_messages
,
total_non_messages
,
total_non_messages
)
account
s
[
account
]
[
'
event_lines
'
].
append
(
text
)
account
[
'
event_lines
'
].
append
(
text
)
else
:
for
jid
in
non_messages
.
keys
():
text
=
ngettext
(
...
...
@@ -1199,7 +1199,7 @@ def get_notification_icon_tooltip_dict():
'
%d events pending
'
,
non_messages
[
jid
],
non_messages
[
jid
],
non_messages
[
jid
])
text
+=
_
(
'
from user %s
'
)
%
(
jid
)
account
s
[
account
][
'
event_lines
'
].
append
(
text
)
account
[
account
][
'
event_lines
'
].
append
(
text
)
return
accounts
...
...
This diff is collapsed.
Click to expand it.
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