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
55509612
Commit
55509612
authored
Sep 12, 2013
by
Tristan Matthews
Browse files
* #30002: gnome: prevent second instance of client from crashing first instance
parent
1d364491
Changes
1
Show whitespace changes
Inline
Side-by-side
gnome/src/sflphone_client.c
View file @
55509612
...
...
@@ -102,7 +102,7 @@ sflphone_client_new()
{
SFLPhoneClient
*
client
=
g_object_new
(
sflphone_client_get_type
(),
"application-id"
,
"org.sfl.SFLphone"
,
"flags"
,
G_APPLICATION_HANDLES_COMMAND_LINE
,
NULL
);
"flags"
,
G_APPLICATION_HANDLES_COMMAND_LINE
|
G_APPLICATION_IS_SERVICE
,
NULL
);
return
client
;
}
...
...
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