From e3b6a2229da0aedf826cbf474a4cb0c657269d3a Mon Sep 17 00:00:00 2001 From: Parthasarathi Susarla Date: Tue, 8 Nov 2005 03:59:07 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=30577 --- plugins/groupwise-features/mail-send-options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/groupwise-features/mail-send-options.c b/plugins/groupwise-features/mail-send-options.c index cb50b91f33..2d4e0f5066 100644 --- a/plugins/groupwise-features/mail-send-options.c +++ b/plugins/groupwise-features/mail-send-options.c @@ -145,6 +145,7 @@ org_gnome_compose_send_options (EPlugin *ep, EMMenuTargetWidget *t) temp = strstr (url, "groupwise") ; if (!temp) { g_print ("Sorry send options only available for a groupwise account\n") ; + return NULL; } g_free (temp) ; /*disply the send options dialog*/ -- cgit v1.2.3