[evolution-patches] Patch for broken header guards in em-junk-hooks.h (mail)
- From: David Malcolm <dmalcolm redhat com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Patch for broken header guards in em-junk-hooks.h (mail)
- Date: Wed, 24 Aug 2005 00:31:24 -0400
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]