diff options
-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 :; + } + } + } |