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
b7c2863b
Commit
b7c2863b
authored
Apr 07, 2010
by
Alexandre Savard
Browse files
[#2926] Cleanup
parent
b42e304c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-client-gnome/src/uimanager.c
View file @
b7c2863b
...
...
@@ -362,11 +362,10 @@ help_contents_cb(GtkAction *action)
GError
*
error
=
NULL
;
gnome_help_display
(
"sflphone.xml"
,
NULL
,
&
error
);
if
(
error
!=
NULL
)
{
if
(
error
!=
NULL
)
{
g_warning
(
"%s"
,
error
->
message
);
g_error_free
(
error
);
}
}
}
static
void
...
...
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