aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-28 20:15:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-25 15:22:41 +0800
commit21bde4f1a8c82330ccb49eb6bdc00a14de7595aa (patch)
tree4f18d35e5532555c2e1f66d502cbb05d95773c4e /libempathy
parent935c16f4738604f3738d02b9be7a25cd2b49988a (diff)
downloadgsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar.gz
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar.bz2
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar.lz
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar.xz
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.tar.zst
gsoc2013-empathy-21bde4f1a8c82330ccb49eb6bdc00a14de7595aa.zip
rename message-received signal to message-received-empathy
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 1fb621650..653457b24 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -1617,7 +1617,7 @@ empathy_tp_chat_class_init (EmpathyTpChatClass *klass)
/* Signals */
signals[MESSAGE_RECEIVED] =
- g_signal_new ("message-received",
+ g_signal_new ("message-received-empathy",
G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST,
0,