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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 01ca09563..b83b894f5 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -27,7 +27,7 @@ libempathy_gtk_la_SOURCES = \ empathy-cell-renderer-expander.c \ empathy-cell-renderer-text.c \ empathy-chat.c \ - empathy-chat-simple-view.c \ + empathy-chat-text-view.c \ empathy-chat-view.c \ empathy-conf.c \ empathy-contact-dialogs.c \ @@ -75,7 +75,7 @@ libempathy_gtk_headers = \ empathy-cell-renderer-expander.h \ empathy-cell-renderer-text.h \ empathy-chat.h \ - empathy-chat-simple-view.h \ + empathy-chat-text-view.h \ empathy-chat-view.h \ empathy-conf.h \ empathy-contact-dialogs.h \ |