aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfolder-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-02-20 17:26:17 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-02-20 17:26:17 +0800
commit917375e4d4b7b6b5cb85717dacac5539b6fb5caa (patch)
treea853135e27cf7d4b63d2fe507b6bcce175f903a9 /filter/vfolder-editor.c
parent02784c310f6a2b2a36d43f4262c413833338f890 (diff)
downloadgsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar.gz
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar.bz2
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar.lz
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar.xz
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.tar.zst
gsoc2013-evolution-917375e4d4b7b6b5cb85717dacac5539b6fb5caa.zip
** See bug #54338.
2004-02-20 Not Zed <NotZed@Ximian.com> ** See bug #54338. * vfolder-rule.c: instead of overriding the filter-rule's 'source' attribute for 'with sources', add a 'with' enum. (xml_decode): handle loading old-format files, as well as new ones, where the with is a prop on the sources xml. (xml_encode): set 'with' on save. (rule_copy): copy across with value. (get_widget): just hook onto option menu changed, dont bother setting up any per-item callbacks. (select_source_with_changed): callback to monitor source 'with' type. svn path=/trunk/; revision=24815
Diffstat (limited to 'filter/vfolder-editor.c')
-rw-r--r--filter/vfolder-editor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/vfolder-editor.c b/filter/vfolder-editor.c
index 3addc14bed..87776c010d 100644
--- a/filter/vfolder-editor.c
+++ b/filter/vfolder-editor.c
@@ -39,10 +39,8 @@ static void vfolder_editor_class_init (VfolderEditorClass *klass);
static void vfolder_editor_init (VfolderEditor *ve);
static void vfolder_editor_finalise (GObject *obj);
-
static RuleEditorClass *parent_class = NULL;
-
GtkType
vfolder_editor_get_type (void)
{