[evolution-patches] Patch for broken header guards in em-junk-hooks.h (mail)



The header guards for em-junk-hooks.h are broken; looks like a
copy-and-paste of em-filter-hooks.h that didn't get fully rewritten.
This would cause all kinds of subtle problems on building.

OK to commit (with ChangeLog entry)?
--- evolution-2.3.8/mail/em-junk-hook.h.no-implict-declarations	2005-08-24 00:27:08.000000000 -0400
+++ evolution-2.3.8/mail/em-junk-hook.h	2005-08-24 00:27:20.000000000 -0400
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef __EM_FORMAT_HOOK_H__
-#define __EM_FORMAT_HOOK_H__
+#ifndef __EM_JUNK_HOOK_H__
+#define __EM_JUNK_HOOK_H__
 
 #include <glib-object.h>
 #include "libedataserver/e-msgport.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]