aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-event-manager.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-09 16:18:04 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-09 16:18:04 +0800
commitccb133e0244bd3812c0d40661942f0e003a8ea03 (patch)
treecc2d98e6063fc957fbb6311dc51a5a2ea62ad21d /src/empathy-event-manager.c
parente390a8a182a198b0e7a8f60a760773019f6d4e08 (diff)
downloadgsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar.gz
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar.bz2
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar.lz
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar.xz
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.tar.zst
gsoc2013-empathy-ccb133e0244bd3812c0d40661942f0e003a8ea03.zip
pass message to empathy_subscription_dialog_show
Diffstat (limited to 'src/empathy-event-manager.c')
-rw-r--r--src/empathy-event-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index afd9432d9..91bd47445 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -976,7 +976,8 @@ out:
static void
event_pending_subscribe_func (EventPriv *event)
{
- empathy_subscription_dialog_show (event->public.contact, NULL, NULL);
+ empathy_subscription_dialog_show (event->public.contact, event->public.header,
+ NULL);
event_remove (event);
}