diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-25 16:49:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-25 16:49:56 +0800 |
commit | 00a8f5e2ec693222e02e96c700c235a81eeb4ce5 (patch) | |
tree | d15ccbf5f6e04bfe4e85fff036cd69a52e2e3038 /filter/filter-rule.c | |
parent | 6ea2a4da8b06dd138bc815b242d6670d7c003223 (diff) | |
download | gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.gz gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.zst gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.zip |
Use GtkType (I only changed this one because I turned on debugging for a
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
* filter-int.[c,h]: Use GtkType (I only changed this one because I
turned on debugging for a bit).
* filter-file.c (validate): Fix the strcmp logic a bit, I had it
the exact opposite of what I really wanted. Oops :-)
svn path=/trunk/; revision=17586
Diffstat (limited to 'filter/filter-rule.c')
-rw-r--r-- | filter/filter-rule.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/filter-rule.c b/filter/filter-rule.c index 4adffeaf3c..9d796a1108 100644 --- a/filter/filter-rule.c +++ b/filter/filter-rule.c @@ -19,7 +19,11 @@ * Boston, MA 02111-1307, USA. */ + +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + #include <string.h> #include <glib.h> #include <gtk/gtkframe.h> |