aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rule-editor.c')
-rw-r--r--filter/rule-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index f353487420..3fe268ac61 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -178,14 +178,14 @@ rule_editor_new (RuleContext *rc, const char *source)
void
rule_editor_set_sensitive (RuleEditor *re)
{
- return RULE_EDITOR_GET_CLASS (re)->set_sensitive (re);
+ RULE_EDITOR_GET_CLASS (re)->set_sensitive (re);
}
/* used internally by implementations */
void
rule_editor_set_source (RuleEditor *re, const char *source)
{
- return RULE_EDITOR_GET_CLASS (re)->set_source (re, source);
+ RULE_EDITOR_GET_CLASS (re)->set_source (re, source);
}
/* factory method for "add" button */