diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-02 16:44:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-08-02 16:44:12 +0000 |
commit | cb25b343570f63f0ed54be78030f9a5681e233a1 (patch) | |
tree | 410a53ee0d3906f2bb5d0a31197046e7c78b766f /mail/evolution/files | |
parent | 544db3bf45e3891baca2c2103becdd84d3240469 (diff) |
Notes
Diffstat (limited to 'mail/evolution/files')
-rw-r--r-- | mail/evolution/files/patch-e-util_e-component-listener.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-e-util_e-component-listener.c b/mail/evolution/files/patch-e-util_e-component-listener.c new file mode 100644 index 000000000000..b8609f21896d --- /dev/null +++ b/mail/evolution/files/patch-e-util_e-component-listener.c @@ -0,0 +1,11 @@ +--- e-util/e-component-listener.c.orig Mon Aug 2 11:57:30 2004 ++++ e-util/e-component-listener.c Mon Aug 2 11:58:50 2004 +@@ -52,7 +52,7 @@ + cl->priv->component = CORBA_OBJECT_NIL; + g_object_unref (cl); + break; +- default : ++ default :; + } + } + } |