aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
diff options
context:
space:
mode:
author4 <NotZed@Ximian.com>2001-10-24 12:20:14 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-24 12:20:14 +0800
commitedc1f870d48094fdd52040d8391b1cdb6fa0f4a4 (patch)
treebd1e56599aed50bcab87533f548c6e7fa9298301 /filter/rule-editor.c
parent2c72dd78a271397af45e0e0ea66e5e78ea7364c6 (diff)
downloadgsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar.gz
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar.bz2
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar.lz
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar.xz
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.tar.zst
gsoc2013-evolution-edc1f870d48094fdd52040d8391b1cdb6fa0f4a4.zip
Add a changed signal. Emits if the order changes or if you add or remove a
2001-10-24 <NotZed@Ximian.com> * rule-context.c (rule_context_class_init): Add a changed signal. Emits if the order changes or if you add or remove a rule. (rule_context_rank_rule): Fix rank rule to properly rank based on source, not merely on list position. (rule_context_add_rule): Also emit changed signal. (rule_context_remove_rule): Same. (rule_context_rank_rule): Emit changed signal. svn path=/trunk/; revision=13978
Diffstat (limited to 'filter/rule-editor.c')
-rw-r--r--filter/rule-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index decdee85a2..dd6df7f22c 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -34,7 +34,7 @@
#include "rule-context.h"
#include "filter-rule.h"
-#define d(x)
+#define d(x)
static void set_source(RuleEditor *re, const char *source);
static void set_sensitive(RuleEditor *re);