From 654b9618c8bc54e248a7cd5c36bed6e116bfe6a3 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 7 Mar 2002 16:56:13 +0000 Subject: ops, unregister and not register new one sig_event_client 2002-03-07 Radek Doulik * e-msg-composer.c (destroy): ops, unregister and not register new one sig_event_client svn path=/trunk/; revision=15964 --- composer/ChangeLog | 5 +++++ composer/e-msg-composer.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index c46a7b5fa9..81537d9a29 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Radek Doulik + + * e-msg-composer.c (destroy): ops, unregister and not register new + one sig_event_client + 2002-03-04 Dan Winship * e-msg-composer.c (build_message): Fix a dumb bug in previous diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index c6437b6d93..21ae0abee7 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -2207,7 +2207,7 @@ destroy (GtkObject *object) composer = E_MSG_COMPOSER (object); - mail_config_signature_register_client ((MailConfigSignatureClient) sig_event_client, composer); + mail_config_signature_unregister_client ((MailConfigSignatureClient) sig_event_client, composer); CORBA_exception_init (&ev); -- cgit v1.2.3