diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-10 17:18:19 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-10 17:18:19 +0800 |
commit | 3481670915dcd593d7156bda1aec970a42890e0b (patch) | |
tree | e32f211bc48bf2a97674077a07d2eed6a232b9bb /libempathy-gtk/Makefile.am | |
parent | 7011153ce3fa6807677e1df874389085fd5f0971 (diff) | |
download | gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.gz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.bz2 gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.lz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.xz gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.zst gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.zip |
Adding spellcheck support.
2007-06-10 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-spell-dialog.glade:
* libempathy-gtk/gossip-spell-dialog.c:
* libempathy-gtk/gossip-spell-dialog.h:
* libempathy-gtk/gossip-chat.c:
* libempathy-gtk/Makefile.am:
* configure.ac: Adding spellcheck support.
* libempathy-gtk/gossip-spell.c:
* libempathy/gossip-conf.c: Remove useless debug messages.
svn path=/trunk/; revision=144
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 009db7335..6a6c7203c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -21,6 +21,7 @@ libempathy_gtk_la_SOURCES = \ gossip-cell-renderer-expander.c gossip-cell-renderer-expander.h \ gossip-cell-renderer-text.c gossip-cell-renderer-text.h \ gossip-spell.c gossip-spell.h \ + gossip-spell-dialog.c gossip-spell-dialog.h \ gossip-contact-groups.c gossip-contact-groups.h \ gossip-contact-list-store.c gossip-contact-list-store.h \ gossip-contact-list-view.c gossip-contact-list-view.h \ @@ -59,6 +60,7 @@ glade_DATA = \ gossip-new-chatroom-dialog.glade \ gossip-group-chat.glade \ gossip-chatrooms-window.glade \ + gossip-spell-dialog.glade \ gossip-chat.glade dtddir = $(datadir)/empathy |