aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-event-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index 3f4281fbf..e60a9b100 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -924,7 +924,7 @@ approve_channels (TpSimpleApprover *approver,
else if (channel_type == TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER)
{
TpHandle handle;
- EmpathyTpFile *tp_file = empathy_tp_file_new (channel, TRUE);
+ EmpathyTpFile *tp_file = empathy_tp_file_new (channel);
approval->handler_instance = G_OBJECT (tp_file);