From ecf3434da05b1f39f793c24b38bfd278e10b5786 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 24 Aug 2010 11:21:41 -0400 Subject: GObject boilerplate cleanup. Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. --- calendar/gui/dialogs/task-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/task-editor.c') diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index 01f65aa8fd..5a9849db8e 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -107,7 +107,7 @@ static void action_send_options_cb (GtkAction *action, TaskEditor *editor) { - task_page_sendoptions_clicked_cb (editor->priv->task_page); + task_page_send_options_clicked_cb (editor->priv->task_page); } static GtkActionEntry task_entries[] = { -- cgit v1.2.3