aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-comp-editor-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-comp-editor-registry.c')
-rw-r--r--calendar/gui/e-comp-editor-registry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-comp-editor-registry.c b/calendar/gui/e-comp-editor-registry.c
index c5d621fa76..1e9962c26f 100644
--- a/calendar/gui/e-comp-editor-registry.c
+++ b/calendar/gui/e-comp-editor-registry.c
@@ -148,11 +148,11 @@ foreach_close_cb (gpointer key, gpointer value, gpointer data)
rdata = value;
- gtk_signal_handler_block_by_data (GTK_OBJECT (rdata->editor), data);
+ g_signal_handlers_block_matched (rdata->editor, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, data);
comp_editor_focus (rdata->editor);
if (!comp_editor_close (rdata->editor)) {
- gtk_signal_handler_unblock_by_data (GTK_OBJECT (rdata->editor), data);
+ g_signal_handlers_unblock_matched (rdata->editor, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, data);
return FALSE;
}