Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2017-11-02 01:49:14 +0300
committerDenis Ollier <larchunix@users.noreply.github.com>2017-11-02 01:49:14 +0300
commit266d4988ae29529ed437d3c3219c93a9d8199d51 (patch)
treed070ff003ee44ce4aef05836230f5d45cca149eb /remmina-plugins
parent4e91cbbe67126c27d8902520ddd68a4cac20c990 (diff)
telepathy: dbus_g_connection_register_g_object is lower case
Regression from 15bde38eb01a259d098fafb64f4b4412e7ea65d9
Diffstat (limited to 'remmina-plugins')
-rw-r--r--remmina-plugins/telepathy/telepathy_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remmina-plugins/telepathy/telepathy_handler.c b/remmina-plugins/telepathy/telepathy_handler.c
index b314ec575..96012055f 100644
--- a/remmina-plugins/telepathy/telepathy_handler.c
+++ b/remmina-plugins/telepathy/telepathy_handler.c
@@ -105,7 +105,7 @@ static gboolean remmina_tp_handler_register(RemminaTpHandler *handler)
g_print("tp_dbus_daemon_request_name: %s", error->message);
return FALSE;
}
- dbus_g_connection_register_G_OBJECT(
+ dbus_g_connection_register_g_object(
tp_proxy_get_dbus_connection(TP_PROXY(bus)),
REMMINA_TP_OBJECT_PATH, G_OBJECT(handler));
g_object_unref(bus);