diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-09 16:18:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-09 16:18:04 +0800 |
commit | ccb133e0244bd3812c0d40661942f0e003a8ea03 (patch) | |
tree | cc2d98e6063fc957fbb6311dc51a5a2ea62ad21d /src | |
parent | e390a8a182a198b0e7a8f60a760773019f6d4e08 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/empathy-event-manager.c | 3 |
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); } |