projects
/
profile
/
ivi
/
GSSDP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541f375
)
Fix minor coding style issue
author
Jens Georg
<mail@jensge.org>
Wed, 20 Jul 2011 18:45:19 +0000
(20:45 +0200)
committer
Jens Georg
<mail@jensge.org>
Wed, 20 Jul 2011 18:57:06 +0000
(20:57 +0200)
libgssdp/gssdp-client.c
patch
|
blob
|
history
diff --git
a/libgssdp/gssdp-client.c
b/libgssdp/gssdp-client.c
index
8b8e3f9
..
6a42b5d
100644
(file)
--- a/
libgssdp/gssdp-client.c
+++ b/
libgssdp/gssdp-client.c
@@
-554,6
+554,7
@@
gssdp_client_new (GMainContext *main_context,
g_warning ("GSSDPClient:main-context is deprecated."
" Please use g_main_context_push_thread_default()");
}
+
return g_initable_new (GSSDP_TYPE_CLIENT,
NULL,
error,