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
f751cb6e
Commit
f751cb6e
authored
Feb 03, 2006
by
Yann Leboulanger
Browse files
80 margin
parent
e29cf7bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs.py
View file @
f751cb6e
...
...
@@ -337,7 +337,8 @@ _('Please fill in the data of the contact you want to add in account %s') %accou
if
jid_splited
[
1
]
in
jid_agents
:
uid
=
jid_splited
[
0
].
replace
(
'%'
,
'@'
)
self
.
uid_entry
.
set_text
(
uid
)
self
.
protocol_combobox
.
set_active
(
jid_agents
.
index
(
jid_splited
[
1
])
+
1
)
self
.
protocol_combobox
.
set_active
(
jid_agents
.
index
(
jid_splited
[
1
])
\
+
1
)
else
:
self
.
uid_entry
.
set_text
(
jid
)
self
.
protocol_combobox
.
set_active
(
0
)
...
...
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