summaryrefslogtreecommitdiff
path: root/src/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.c b/src/connection.c
index 6415635..fccfd8a 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -981,12 +981,12 @@ haze_get_connection_ui_ops ()
const gchar *
haze_connection_handle_inspect (HazeConnection *conn,
- TpEntityType handle_type,
+ TpEntityType entity_type,
TpHandle handle)
{
TpBaseConnection *base_conn = TP_BASE_CONNECTION (conn);
TpHandleRepoIface *handle_repo =
- tp_base_connection_get_handles (base_conn, handle_type);
+ tp_base_connection_get_handles (base_conn, entity_type);
g_assert (tp_handle_is_valid (handle_repo, handle, NULL));
return tp_handle_inspect (handle_repo, handle);
}