diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-07 03:30:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-06-07 03:30:48 +0800 |
commit | dc56a3276b9d025092b596b6d4fb63aa49b67bd5 (patch) | |
tree | c5ef72df4c03dd0672b25bd37131d5de69879942 | |
parent | 24debf9d7e1704c9eb7023c89e485871493e0038 (diff) | |
download | gsoc2013-evolution-dc56a3276b9d025092b596b6d4fb63aa49b67bd5.tar.gz gsoc2013-evolution-dc56a3276b9d025092b596b6d4fb63aa49b67bd5.tar.zst gsoc2013-evolution-dc56a3276b9d025092b596b6d4fb63aa49b67bd5.zip |
Dumb typo.
svn path=/trunk/; revision=35608
-rw-r--r-- | mail/em-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c index b2238e5e9a..fcc6e32d5b 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -27,7 +27,7 @@ #include <string.h> #include <stdlib.h> -#include <gio.gio.h> +#include <gio/gio.h> #include <gtk/gtk.h> #include <glib/gi18n.h> |