[balsa/wip/gmime3: 100/197] Be consistent in including filter header files
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/wip/gmime3: 100/197] Be consistent in including filter header files
- Date: Wed, 23 May 2018 21:20:46 +0000 (UTC)
commit 5d8f65fd1ff3c0b4e29873ae73f005ef362772f3
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Sep 25 11:47:45 2017 -0400
Be consistent in including filter header files
* src/filter-run-dialog.c: include filter-funcs.h instead of
libbalsa/filter-funcs.h, same as elsewhere.
ChangeLog | 5 +++++
src/filter-run-dialog.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aa2357e..ec10126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-25 Peter Bloomfield <pbloomfield bellsouth net>
+
+ * src/filter-run-dialog.c: include filter-funcs.h instead of
+ libbalsa/filter-funcs.h, same as elsewhere.
+
2017-09-23 Peter Bloomfield <pbloomfield bellsouth net>
* src/balsa-app.c (balsa_find_iter_by_data): we no longer ever define
diff --git a/src/filter-run-dialog.c b/src/filter-run-dialog.c
index 6ee6b02..c862af6 100644
--- a/src/filter-run-dialog.c
+++ b/src/filter-run-dialog.c
@@ -28,7 +28,7 @@
#include "filter-run.h"
#include "mailbox-filter.h"
#include "save-restore.h"
-#include "libbalsa/filter-funcs.h"
+#include "filter-funcs.h"
#include <glib/gi18n.h>
/* fe_already_open is TRUE when the filters dialog is opened, we use
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]