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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index fac0f6ba4c..cc60d4fa8a 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -72,10 +72,10 @@ struct _RuleEditorPrivate {
static GtkDialogClass *parent_class = NULL;
-GtkType
+GType
rule_editor_get_type (void)
{
- static GtkType type = 0;
+ static GType type = 0;
if (!type) {
static const GTypeInfo info = {
@@ -626,7 +626,7 @@ rule_bottom (GtkWidget *widget, RuleEditor *re)
static struct {
char *name;
- GtkSignalFunc func;
+ GCallback func;
} edit_buttons[] = {
{ "rule_add", G_CALLBACK (rule_add) },
{ "rule_edit", G_CALLBACK (rule_edit) },