diff options
author | Parthasarathi Susarla <saps@src.gnome.org> | 2005-11-08 11:59:07 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-11-08 11:59:07 +0800 |
commit | e3b6a2229da0aedf826cbf474a4cb0c657269d3a (patch) | |
tree | 9bfd9c86d241889497c6ef31e753b349753ec81c /plugins | |
parent | c3d8cd734a8ae4854c35192597c1b449be2fb5fa (diff) | |
download | gsoc2013-evolution-e3b6a2229da0aedf826cbf474a4cb0c657269d3a.tar.gz gsoc2013-evolution-e3b6a2229da0aedf826cbf474a4cb0c657269d3a.tar.zst gsoc2013-evolution-e3b6a2229da0aedf826cbf474a4cb0c657269d3a.zip |
*** empty log message ***
svn path=/trunk/; revision=30577
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/mail-send-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
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*/ |