From 730fa4cf41b25ad1c5e9a57ec97fd823ea6ff144 Mon Sep 17 00:00:00 2001 From: Sankarasivasubramanian Pasupathilingam Date: Fri, 11 May 2007 10:22:26 +0000 Subject: =?UTF-8?q?Bug=20437584=20=E2=80=93=20Compilation=20warning=20in?= =?UTF-8?q?=20evolution's=20plugins=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=33507 --- plugins/groupwise-features/ChangeLog | 5 +++++ plugins/groupwise-features/mail-send-options.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'plugins/groupwise-features') diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 603fb87899..8f9224f8d0 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,8 @@ +2007-05-11 Gilles Dartiguelongue + + * mail-send-options.c: (org_gnome_composer_send_options): + Fixes typo and casts, fixes part of bug #437584 + 2007-04-19 Matthew Barnes ** Fixes part of bug #429422 diff --git a/plugins/groupwise-features/mail-send-options.c b/plugins/groupwise-features/mail-send-options.c index 64992e5c8d..de4bb8a86d 100644 --- a/plugins/groupwise-features/mail-send-options.c +++ b/plugins/groupwise-features/mail-send-options.c @@ -42,7 +42,7 @@ static ESendOptionsDialog * dialog = NULL ; -void org_gnome_compose_send_options (EPlugin *ep, EMEventTargetComposer *t); +void org_gnome_composer_send_options (EPlugin *ep, EMEventTargetComposer *t); static time_t add_day_to_time (time_t time, int days) @@ -151,12 +151,12 @@ org_gnome_composer_send_options (EPlugin *ep, EMEventTargetComposer *t) return; } e_msg_composer_set_send_options (comp, TRUE); - /*disply the send options dialog*/ + /* display the send options dialog */ if (!dialog) { g_print ("New dialog\n\n") ; dialog = e_sendoptions_dialog_new () ; } - e_sendoptions_dialog_run (dialog, comp, E_ITEM_MAIL) ; + e_sendoptions_dialog_run (dialog, GTK_WIDGET (comp), E_ITEM_MAIL) ; g_signal_connect (dialog, "sod_response", G_CALLBACK (feed_input_data), comp); -- cgit v1.2.3