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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-categories-config.c') 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)); } -- cgit v1.2.3