aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-categories-config.c2
-rw-r--r--e-util/e-text-event-processor.h2
2 files changed, 2 insertions, 2 deletions
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);