diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2009-03-05 18:29:43 +0800 |
commit | f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9 (patch) | |
tree | d20f3cf8250c50090453d359ed6972fe96f0f3e3 /calendar/gui/itip-utils.h | |
parent | b8301aa653a2ce7cbe3785f175b85a7f32e67be7 (diff) | |
download | gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.gz gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.tar.zst gsoc2013-evolution-f04e4e06d22dc1ab0dd25501d9199d7e5014dbf9.zip |
Fixes #435455 (bnc)
svn path=/trunk/; revision=37375
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r-- | calendar/gui/itip-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index 631c0a3430..9c8ffa1b60 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -52,7 +52,7 @@ EAccount *itip_addresses_get_default (void); gboolean itip_organizer_is_user (ECalComponent *comp, ECal *client); gboolean itip_organizer_is_user_ex (ECalComponent *comp, ECal *client, gboolean skip_cap_test); -gboolean itip_sentby_is_user (ECalComponent *comp); +gboolean itip_sentby_is_user (ECalComponent *comp, ECal *client); const gchar *itip_strip_mailto (const gchar *address); |