From 1c6f2d154e74f908e2c4a137de0233b5faf4f6b6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 6 Oct 2010 19:26:08 +0200 Subject: Bug #631320 - GtkObject is gone in GTK3 --- e-util/e-categories-config.c | 2 +- e-util/e-text-event-processor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util') diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index be169f7284..44d5dc2c6c 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -128,5 +128,5 @@ e_categories_config_open_dialog_for_entry (GtkEntry *entry) gtk_entry_set_text (GTK_ENTRY (entry), text); } - gtk_object_destroy (GTK_OBJECT (dialog)); + gtk_widget_destroy (GTK_WIDGET (dialog)); } diff --git a/e-util/e-text-event-processor.h b/e-util/e-text-event-processor.h index 9e02cb050e..cf14ebb286 100644 --- a/e-util/e-text-event-processor.h +++ b/e-util/e-text-event-processor.h @@ -51,7 +51,7 @@ struct _ETextEventProcessor struct _ETextEventProcessorClass { - GtkObjectClass parent_class; + GObjectClass parent_class; /* signals */ void (* command) (ETextEventProcessor *tep, ETextEventProcessorCommand *command); -- cgit v1.2.3