Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetworkManager-l2tp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
NetworkManager-l2tp
Commits
33bce838
Commit
33bce838
authored
May 01, 2014
by
Сергей Прохоров
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix options localization (by andrew.lukoshko)
parent
e4b8922b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ipsec-dialog.c
properties/ipsec-dialog.c
+1
-2
No files found.
properties/ipsec-dialog.c
View file @
33bce838
...
...
@@ -118,6 +118,7 @@ ipsec_dialog_new (GHashTable *hash)
ui_file
=
g_strdup_printf
(
"%s/%s"
,
UIDIR
,
"nm-l2tp-dialog.ui"
);
builder
=
gtk_builder_new
();
gtk_builder_set_translation_domain
(
builder
,
GETTEXT_PACKAGE
);
if
(
!
gtk_builder_add_from_file
(
builder
,
ui_file
,
&
error
))
{
g_warning
(
"Couldn't load builder file: %s"
,
error
?
error
->
message
:
"(unknown)"
);
...
...
@@ -125,8 +126,6 @@ ipsec_dialog_new (GHashTable *hash)
g_object_unref
(
G_OBJECT
(
builder
));
goto
out
;
}
gtk_builder_set_translation_domain
(
builder
,
GETTEXT_PACKAGE
);
dialog
=
GTK_WIDGET
(
gtk_builder_get_object
(
builder
,
"l2tp-ipsec-dialog"
));
if
(
!
dialog
)
{
...
...
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