diff options
author | Vivek Jain <jvivek@novell.com> | 2005-03-18 13:57:05 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-03-18 13:57:05 +0800 |
commit | 17727dffed055a4e407183459b0cc08ae8e78c0d (patch) | |
tree | 5afe4bf03cea674a3de5ac33491a404f96c7af79 /plugins/groupwise-send-options/send-options.c | |
parent | f364fb58850edbe6fa49792868e9af3d0356b518 (diff) | |
download | gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar.gz gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar.bz2 gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar.lz gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar.xz gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.tar.zst gsoc2013-evolution-17727dffed055a4e407183459b0cc08ae8e78c0d.zip |
replace X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE
2005-03-18 Vivek Jain <jvivek@novell.com>
* send-options.h:
* send-options.c: (org_gnome_compose_send_options): replace
X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE
svn path=/trunk/; revision=29059
Diffstat (limited to 'plugins/groupwise-send-options/send-options.c')
-rw-r--r-- | plugins/groupwise-send-options/send-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-send-options/send-options.c b/plugins/groupwise-send-options/send-options.c index 75f6b5a2ce..be08050076 100644 --- a/plugins/groupwise-send-options/send-options.c +++ b/plugins/groupwise-send-options/send-options.c @@ -133,7 +133,7 @@ org_gnome_compose_send_options (EPlugin *ep, EMMenuTargetWidget *t) } if (dialog->data->sopts->declined) { temp = g_strdup_printf ("%d",dialog->data->sopts->declined) ; - e_msg_composer_add_header (comp, X_RETURN_NOTIFY_DECLINE, temp) ; + e_msg_composer_add_header (comp, X_RETURN_NOTIFY_DELETE, temp) ; g_free (temp) ; } |