diff options
author | Radek Doulik <rodo@ximian.com> | 2002-03-08 00:56:13 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-03-08 00:56:13 +0800 |
commit | 654b9618c8bc54e248a7cd5c36bed6e116bfe6a3 (patch) | |
tree | 19a734a4d0af41c75cc42e241871b577b3ef935c | |
parent | 06ddc94963ff2c93605c00dd9304610295ee3e54 (diff) | |
download | gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.gz gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.zst gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.zip |
ops, unregister and not register new one sig_event_client
2002-03-07 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (destroy): ops, unregister and not register new
one sig_event_client
svn path=/trunk/; revision=15964
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 2 |
2 files changed, 6 insertions, 1 deletions
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 <rodo@ximian.com> + + * e-msg-composer.c (destroy): ops, unregister and not register new + one sig_event_client + 2002-03-04 Dan Winship <danw@ximian.com> * 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); |