Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
e88b5633
Commit
e88b5633
authored
Apr 12, 2010
by
Alexandre Savard
Browse files
[#3170] Add optional label for domain name
parent
69d33a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-client-gnome/src/config/accountconfigdialog.c
View file @
e88b5633
...
...
@@ -351,7 +351,7 @@ static GtkWidget* create_basic_tab (account_t **a) {
// Domain name can be update only for SIP account
if
(
strcmp
(
curAccountType
,
"SIP"
)
==
0
)
{
row
++
;
label
=
gtk_label_new_with_mnemonic
(
_
(
"_Domain name"
));
label
=
gtk_label_new_with_mnemonic
(
_
(
"_Domain name
(optional)
"
));
gtk_table_attach
(
GTK_TABLE
(
table
),
label
,
0
,
1
,
row
,
row
+
1
,
GTK_EXPAND
|
GTK_FILL
,
GTK_EXPAND
|
GTK_FILL
,
0
,
0
);
gtk_misc_set_alignment
(
GTK_MISC
(
label
),
0
,
0
.
5
);
entryDomainName
=
gtk_entry_new
();
...
...
Write
Preview
Supports
Markdown
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