Mercurial > audlegacy-plugins
changeset 2881:66f53425a5dd
Automated merge with ssh://paula@hg.atheme.org//hg/audacious-plugins
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 17:19:39 +0300 |
parents | d332994acaa9 (current diff) a9917a9cde99 (diff) |
children | 15754379dbd5 |
files | |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.c Thu Aug 07 16:20:27 2008 +0300 +++ b/src/bluetooth/bluetooth.c Thu Aug 07 17:19:39 2008 +0300 @@ -153,6 +153,9 @@ dbus_g_object_register_marshaller(marshal_VOID__STRING_UINT_INT, G_TYPE_NONE, G_TYPE_STRING, G_TYPE_UINT, G_TYPE_INT, G_TYPE_INVALID); run_agents(); + close_call(); + show_scan(1); + dbus_g_proxy_call(obj,"CreateBonding",NULL,G_TYPE_STRING,current_address,G_TYPE_INVALID,G_TYPE_INVALID); return NULL; }