diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:15 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:24:15 +0800 |
commit | cb5022e708a8e7e38b98ffdd9357d95db90badd7 (patch) | |
tree | 3f0917cbc7b37fa0e4a227e90132f423282d9d8a /libempathy-gtk/empathy-chat.c | |
parent | 4782781b30c2884f07a7451da03eca3244c62b6f (diff) | |
download | gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar.gz gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar.bz2 gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar.lz gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar.xz gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.tar.zst gsoc2013-empathy-cb5022e708a8e7e38b98ffdd9357d95db90badd7.zip |
Rename EmpathyChatSimpleView to EmpathyChatTextView
svn path=/trunk/; revision=1987
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index e305f58ab..72b46278a 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -48,7 +48,7 @@ #include "empathy-contact-list-store.h" #include "empathy-contact-list-view.h" #include "empathy-contact-menu.h" -#include "empathy-chat-simple-view.h" +#include "empathy-chat-text-view.h" #include "empathy-smiley-manager.h" #include "empathy-ui-utils.h" @@ -1270,7 +1270,7 @@ chat_create_ui (EmpathyChat *chat) g_object_unref (glade); /* Add message GtkTextView. */ - chat->view = EMPATHY_CHAT_VIEW (empathy_chat_simple_view_new ()); + chat->view = EMPATHY_CHAT_VIEW (empathy_chat_text_view_new ()); g_signal_connect (chat->view, "focus_in_event", G_CALLBACK (chat_text_view_focus_in_event_cb), chat); |