diff options
author | Adam Schreiber <sadam@clemson.edu> | 2009-04-22 00:42:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-04-22 17:07:01 +0800 |
commit | 814e6198069aaa5df9cf63e51b29afe78ef22dde (patch) | |
tree | 16afaccadcf65c9093e4f83bcf2a30f0998979c0 /libempathy-gtk/Makefile.am | |
parent | 49b228b4d8f488cf667a6b2ba110eba20fb9e73a (diff) | |
download | gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar.gz gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar.bz2 gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar.lz gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar.xz gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.tar.zst gsoc2013-empathy-814e6198069aaa5df9cf63e51b29afe78ef22dde.zip |
Display spelling suggestions in a submenu instead of in a separate
dialog. Fixes bug #578399
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 6f3b99ba6..470d44ea5 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -49,7 +49,6 @@ libempathy_gtk_la_SOURCES = \ empathy-profile-chooser.c \ empathy-smiley-manager.c \ empathy-spell.c \ - empathy-spell-dialog.c \ empathy-theme-boxes.c \ empathy-theme-irc.c \ empathy-theme-manager.c \ @@ -102,7 +101,6 @@ libempathy_gtk_headers = \ empathy-profile-chooser.h \ empathy-smiley-manager.h \ empathy-spell.h \ - empathy-spell-dialog.h \ empathy-theme-boxes.h \ empathy-theme-irc.h \ empathy-theme-manager.h \ @@ -128,7 +126,6 @@ ui_DATA = \ empathy-account-widget-yahoo.ui \ empathy-account-widget-groupwise.ui \ empathy-account-widget-aim.ui \ - empathy-spell-dialog.ui \ empathy-log-window.ui \ empathy-chat.ui \ empathy-new-message-dialog.ui |