aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-int.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-27 05:38:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-27 05:38:28 +0800
commite205c7947424a6148d11b9ec3b3def5d3a0b8004 (patch)
tree86f8b7066e1a0777ba1535797205ee858bea8244 /filter/filter-int.h
parentf17d22edd03a8d209021f32bf543d21597f8bc77 (diff)
downloadgsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar.gz
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar.bz2
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar.lz
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar.xz
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.tar.zst
gsoc2013-evolution-e205c7947424a6148d11b9ec3b3def5d3a0b8004.zip
Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bug
2002-07-26 Jeffrey Stedfast <fejj@ximian.com> * filter-int.c (xml_decode): Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bug #28113. svn path=/trunk/; revision=17622
Diffstat (limited to 'filter/filter-int.h')
-rw-r--r--filter/filter-int.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/filter/filter-int.h b/filter/filter-int.h
index f8cd2711c6..833fd30bc8 100644
--- a/filter/filter-int.h
+++ b/filter/filter-int.h
@@ -1,27 +1,26 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Ripped off by Sam Creasey <sammy@oh.verio.com> from filter-score by:
+ * Authors: Jeffrey Stedfast <fejj@ximian.com>
*
- * Authors: Jeffrey Stedfast <fejj@helixcode.com>
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
+ * Copyright 2002 Ximian, Inc. (www.ximian.com)
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
*
*/
+
#ifndef _FILTER_INT_H
#define _FILTER_INT_H
@@ -36,7 +35,6 @@ typedef struct _FilterIntClass FilterIntClass;
struct _FilterInt {
FilterElement parent;
- struct _FilterIntPrivate *priv;
char *type;
int val;
@@ -60,4 +58,3 @@ void filter_int_set_value(FilterInt *fi, int val);
/* methods */
#endif /* ! _FILTER_INT_H */
-