projects
/
apps
/
native
/
bluetooth-share-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e436f
)
Fix the file sending popup issue (TSAM-9129)
77/93477/1
accepted/tizen/3.0/common/20161114.104947
accepted/tizen/3.0/mobile/20161103.001615
accepted/tizen/common/20161025.042850
accepted/tizen/mobile/20161028.150714
submit/tizen/20161024.232008
submit/tizen_3.0/20161102.044304
submit/tizen_3.0_common/20161104.104000
author
Hyuk Lee
<hyuk0512.lee@samsung.com>
Mon, 24 Oct 2016 11:14:30 +0000
(20:14 +0900)
committer
Hyuk Lee
<hyuk0512.lee@samsung.com>
Mon, 24 Oct 2016 11:14:30 +0000
(20:14 +0900)
Change-Id: I6bcfa931d6c99b99ea454b8abb70add8f898b85b
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
src/bt-share-ui-ipc.c
patch
|
blob
|
history
diff --git
a/src/bt-share-ui-ipc.c
b/src/bt-share-ui-ipc.c
index a1b9b51f3f2a2c5703068b1dd905773a79d1b1aa..53d35971e054874b7850398a09cddabe23bffe2c 100644
(file)
--- a/
src/bt-share-ui-ipc.c
+++ b/
src/bt-share-ui-ipc.c
@@
-116,12
+116,15
@@
static void __handle_opp_client_signal(void *data, DBusMessage *msg)
g_free(transfer_info.filename);
} else if (strcasecmp(member, BT_TRANSFER_COMPLETED) == 0) {
char *file_name = NULL;
+ char *address = NULL;
+
int request_id = 0;
guint64 size = 0;
bt_opc_transfer_info_t transfer_info;
if (!dbus_message_get_args(msg, NULL,
DBUS_TYPE_INT32, &result,
+ DBUS_TYPE_STRING, &address,
DBUS_TYPE_STRING, &file_name,
DBUS_TYPE_UINT64, &size,
DBUS_TYPE_INT32, &request_id,