diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-05-22 20:00:14 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-05-22 20:13:57 +0800 |
commit | 6d70e07d0842496327e1ca74f93047693ddc545c (patch) | |
tree | 01b40699c5371af70e97c81f3918eda6e3ae7ec1 /mail/mail-component.c | |
parent | ff25805086bbd20226e4684f028912bdb29f0ae1 (diff) | |
download | gsoc2013-evolution-6d70e07d0842496327e1ca74f93047693ddc545c.tar.gz gsoc2013-evolution-6d70e07d0842496327e1ca74f93047693ddc545c.tar.zst gsoc2013-evolution-6d70e07d0842496327e1ca74f93047693ddc545c.zip |
Mail changes required for Anjal.
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r-- | mail/mail-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c index 556715d662..7d7547cb53 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -106,7 +106,7 @@ static void view_changed_timeout_remove (EComponentView *component_view); #define PARENT_TYPE evolution_component_get_type () static BonoboObjectClass *parent_class = NULL; - +const char *x_mailer = "Evolution " VERSION SUB_VERSION " " VERSION_COMMENT; #define OFFLINE 0 #define ONLINE 1 |