diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 59f2b3c09..25203b46e 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -3923,7 +3923,7 @@ empathy_chat_get_n_messages_sending (EmpathyChat *self) } gchar * -empathy_chat_get_text (EmpathyChat *self) +empathy_chat_dup_text (EmpathyChat *self) { GtkTextBuffer *buffer; GtkTextIter start, end; |