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. --- plugins/groupwise-features/mail-send-options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/groupwise-features/mail-send-options.c') diff --git a/plugins/groupwise-features/mail-send-options.c b/plugins/groupwise-features/mail-send-options.c index d6c6f32095..fb0a3bda14 100644 --- a/plugins/groupwise-features/mail-send-options.c +++ b/plugins/groupwise-features/mail-send-options.c @@ -179,10 +179,10 @@ action_send_options_cb (GtkAction *action, EMsgComposer *composer) /* display the send options dialog */ if (!dialog) { - dialog = e_sendoptions_dialog_new (); + dialog = e_send_options_dialog_new (); } - e_sendoptions_dialog_run (dialog, GTK_WIDGET (composer), E_ITEM_MAIL); + e_send_options_dialog_run (dialog, GTK_WIDGET (composer), E_ITEM_MAIL); g_signal_connect (dialog, "sod_response", G_CALLBACK (feed_input_data), composer); -- cgit v1.2.3