From 70f4bec5aa51a39208981cfe9c2570738a329f2e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 3 Jan 2003 17:53:32 +0000 Subject: Fixed some build issues. 2003-01-03 Jeffrey Stedfast * mail-display.c: Fixed some build issues. * mail-search.c: Same. * mail-callbacks.c (save_draft_done): Use g_signal_handlers_disconnect_by_func(). (manage_subscriptions): Use a weak_ref instead of connecting to the destroy event. svn path=/trunk/; revision=19224 --- mail/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index 196e6396cf..357ce0f5fa 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -31,6 +31,7 @@ INCLUDES = \ -DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \ -DMAIL_IMPORTERSDIR=\""$(importerdir)"\" \ -DG_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ -DG_LOG_DOMAIN=\"evolution-mail\" EVOLUTION_MAIL_CORBA_GENERATED = \ -- cgit