From e99e12428d46db3be2878f6c2ca63bd7510149f4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 22 May 2008 17:27:48 +0000 Subject: ** Fixes bug #534360 2008-05-22 Matthew Barnes ** Fixes bug #534360 Migrate from deprecated GtkObject symbols to GObject equivalents. Touches over 150 files in all components; too many to list. svn path=/trunk/; revision=35526 --- filter/rule-editor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'filter/rule-editor.c') 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) }, -- cgit v1.2.3