From d22e151a1880642b5b4ee06e8566727ddfe9a79c Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 17 May 2011 16:35:21 +0100 Subject: EmpathyThemeAdium: implement append_event_markup Conflicts: libempathy-gtk/empathy-theme-adium.c --- libempathy-gtk/empathy-theme-adium.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 4e32630d5..a6a697a29 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -975,6 +975,14 @@ theme_adium_append_event (EmpathyChatView *view, g_free (str_escaped); } +static void +theme_adium_append_event_markup (EmpathyChatView *view, + const gchar *markup_text, + const gchar *fallback_text) +{ + theme_adium_append_event_escaped (view, markup_text); +} + static void theme_adium_edit_message (EmpathyChatView *view, EmpathyMessage *message) @@ -1291,6 +1299,7 @@ theme_adium_iface_init (EmpathyChatViewIface *iface) { iface->append_message = theme_adium_append_message; iface->append_event = theme_adium_append_event; + iface->append_event_markup = theme_adium_append_event_markup; iface->edit_message = theme_adium_edit_message; iface->scroll = theme_adium_scroll; iface->scroll_down = theme_adium_scroll_down; -- cgit v1.2.3