diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-03 23:43:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-03 23:43:02 +0800 |
commit | 23230ae320a27d2c66bf8e338a2cc197eafd6b3c (patch) | |
tree | 363e05eb7df53e1381d97826e5cb21bdca4eff2f /libempathy-gtk/gossip-private-chat.c | |
parent | 835cd9e9ed1327cf0bf98ae15c7a6761823c8f18 (diff) | |
download | gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar.gz gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar.bz2 gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar.lz gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar.xz gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.tar.zst gsoc2013-empathy-23230ae320a27d2c66bf8e338a2cc197eafd6b3c.zip |
Add all properties described by TP spec for the Text channel on
2007-06-03 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-group-chat.c:
* libempathy-gtk/gossip-private-chat.c:
* libempathy-gtk/gossip-chat.c:
* libempathy-gtk/gossip-chat.h:
* libempathy/empathy-tp-chat.c: Add all properties described by TP spec
for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
properties in GossipGroupChat.
svn path=/trunk/; revision=118
Diffstat (limited to 'libempathy-gtk/gossip-private-chat.c')
-rw-r--r-- | libempathy-gtk/gossip-private-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-private-chat.c b/libempathy-gtk/gossip-private-chat.c index f047f12e2..a7ef8fb03 100644 --- a/libempathy-gtk/gossip-private-chat.c +++ b/libempathy-gtk/gossip-private-chat.c @@ -92,6 +92,7 @@ gossip_private_chat_class_init (GossipPrivateChatClass *klass) chat_class->get_tooltip = private_chat_get_tooltip; chat_class->get_status_icon_name = private_chat_get_status_icon_name; chat_class->get_widget = private_chat_get_widget; + chat_class->set_tp_chat = NULL; g_type_class_add_private (object_class, sizeof (GossipPrivateChatPriv)); } |