diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-16 23:25:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-16 23:42:26 +0800 |
commit | 672adf12a0923437e90d08ab7925bd9329fcce0d (patch) | |
tree | 53c076d56359c111085dad615295ecf0f5be7342 /plugins/templates/templates.c | |
parent | c4716bf2e904a4bcf573ee30841378c1f53092ee (diff) | |
download | gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.gz gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.zst gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.zip |
Fix compiler warnings and deprecated GTK+ API usage.
Diffstat (limited to 'plugins/templates/templates.c')
-rw-r--r-- | plugins/templates/templates.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 3fcb91c2e3..81f6bd7025 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -38,6 +38,7 @@ #include <mail/e-mail-local.h> #include <mail/e-mail-reader.h> #include <mail/em-composer-utils.h> +#include <mail/em-utils.h> #include <mail/mail-session.h> #include <mail/mail-ops.h> #include <mail/message-list.h> @@ -773,6 +774,8 @@ init_shell_actions (GtkUIManager *ui_manager, g_signal_connect ( shell_view, "update-actions", G_CALLBACK (update_actions_cb), NULL); + + return TRUE; } gboolean |