aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-view.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-09 23:44:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-09 23:44:58 +0800
commitc1ea2e3b533fea657d90a3b6e263675526f192e5 (patch)
treec5c87fd084b2847170aac010b40268ec663cd5cc /libempathy-gtk/empathy-chat-view.c
parent3677c23545f7e549c72096112159eecd895a4270 (diff)
downloadgsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.gz
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.bz2
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.lz
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.xz
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.tar.zst
gsoc2013-empathy-c1ea2e3b533fea657d90a3b6e263675526f192e5.zip
Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi).
2007-07-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-msn.glade: * libempathy-gtk/empathy-account-widget-msn.c: * libempathy-gtk/empathy-account-widget-msn.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162 (Cosimo Cecchi). * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-log-manager.h: Add needed API to show chat logs in Tracker. Fixes bug #452536. svn path=/trunk/; revision=178
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.c')
-rw-r--r--libempathy-gtk/empathy-chat-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-view.c b/libempathy-gtk/empathy-chat-view.c
index fda268676..65094bda9 100644
--- a/libempathy-gtk/empathy-chat-view.c
+++ b/libempathy-gtk/empathy-chat-view.c
@@ -2004,7 +2004,7 @@ empathy_chat_view_find_abilities (EmpathyChatView *view,
void
empathy_chat_view_highlight (EmpathyChatView *view,
- const gchar *text)
+ const gchar *text)
{
GtkTextBuffer *buffer;
GtkTextIter iter;