diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-16 20:28:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-04-16 20:28:31 +0800 |
commit | cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7 (patch) | |
tree | acbfc4e8db073e0afa93b655bf92a2a55e65c3b4 /src/empathy-about-dialog.c | |
parent | 2c7eea3c83580dc408ec9bb85da743717ca22dfa (diff) | |
download | gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar.gz gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar.bz2 gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar.lz gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar.xz gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.tar.zst gsoc2013-empathy-cf87727155747b6c31a3ffc8c2d8fa3c8ce10bf7.zip |
Port EmpathySpellDialog to new API
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2853
Diffstat (limited to 'src/empathy-about-dialog.c')
-rw-r--r-- | src/empathy-about-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 4765e6b32..a743f22c4 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -27,7 +27,6 @@ #include <glib/gi18n.h> #include <gtk/gtkaboutdialog.h> #include <gtk/gtksizegroup.h> -#include <glade/glade.h> #include <libempathy-gtk/empathy-ui-utils.h> |