Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
d2094e9e
Commit
d2094e9e
authored
Sep 23, 2006
by
nkour
Browse files
use a new img for new email. fix a FIXME
parent
6adf05af
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/pixmaps/events/new_email_recv.png
0 → 100644
View file @
d2094e9e
2.33 KB
src/gajim.py
View file @
d2094e9e
...
...
@@ -1075,7 +1075,7 @@ class Interface:
gmail_messages_list
=
array
[
2
]
if
gajim
.
config
.
get
(
'notify_on_new_gmail_email'
):
img
=
os
.
path
.
join
(
gajim
.
DATA_DIR
,
'pixmaps'
,
'events'
,
'
single_msg
_recv.png'
)
#FIXME: find a better image
'
new_email
_recv.png'
)
title
=
_
(
'New E-mail on %(gmail_mail_address)s'
)
%
\
{
'gmail_mail_address'
:
jid
}
text
=
i18n
.
ngettext
(
'You have %d new E-mail message'
,
'You have %d new E-mail messages'
,
gmail_new_messages
,
gmail_new_messages
,
gmail_new_messages
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment