diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-02-26 06:59:46 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-05-07 01:38:56 +0800 |
commit | 9dbdbe692285c70d2b2bf713f2b21b156a87055c (patch) | |
tree | 1ac3a14acb1b3e0ee1db67b41e728b6b10061843 /libempathy-gtk/empathy-chat.h | |
parent | 5ead12fb5b53cea0c8a97e8f101e2d729ca47282 (diff) | |
download | gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar.gz gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar.bz2 gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar.lz gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar.xz gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.tar.zst gsoc2013-empathy-9dbdbe692285c70d2b2bf713f2b21b156a87055c.zip |
Fire a "part-command-entered" signal from libempathy-gtk/empathy-chat.c to be caught in src/empathy-chat-window.c
Fixes linking issues: https://bugzilla.gnome.org/show_bug.cgi?id=643295
Diffstat (limited to 'libempathy-gtk/empathy-chat.h')
-rw-r--r-- | libempathy-gtk/empathy-chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.h b/libempathy-gtk/empathy-chat.h index 77122f7c8..6ec957536 100644 --- a/libempathy-gtk/empathy-chat.h +++ b/libempathy-gtk/empathy-chat.h @@ -85,7 +85,6 @@ void empathy_chat_correct_word (EmpathyChat *chat, const gchar *new_word); void empathy_chat_join_muc (EmpathyChat *chat, const gchar *room); -void empathy_chat_leave_chat (EmpathyChat *chat); gboolean empathy_chat_is_room (EmpathyChat *chat); void empathy_chat_set_show_contacts (EmpathyChat *chat, gboolean show); |