empathy r686 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r686 - trunk/libempathy
- Date: Sun, 2 Mar 2008 06:57:19 +0000 (GMT)
Author: xclaesse
Date: Sun Mar 2 06:57:19 2008
New Revision: 686
URL: http://svn.gnome.org/viewvc/empathy?rev=686&view=rev
Log:
Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).
Modified:
trunk/libempathy/empathy-tp-call.c
Modified: trunk/libempathy/empathy-tp-call.c
==============================================================================
--- trunk/libempathy/empathy-tp-call.c (original)
+++ trunk/libempathy/empathy-tp-call.c Sun Mar 2 06:57:19 2008
@@ -527,7 +527,8 @@
priv->stream_engine = g_object_new (TP_TYPE_PROXY,
"bus-name", STREAM_ENGINE_BUS_NAME,
"dbus-connection", tp_get_bus (),
- "object-path", STREAM_ENGINE_OBJECT_PATH);
+ "object-path", STREAM_ENGINE_OBJECT_PATH,
+ NULL);
tp_proxy_add_interface_by_id (priv->stream_engine,
EMP_IFACE_QUARK_STREAM_ENGINE);
tp_proxy_add_interface_by_id (priv->stream_engine,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]