aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2002-03-08 00:56:13 +0800
committerRadek Doulik <rodo@src.gnome.org>2002-03-08 00:56:13 +0800
commit654b9618c8bc54e248a7cd5c36bed6e116bfe6a3 (patch)
tree19a734a4d0af41c75cc42e241871b577b3ef935c /composer/e-msg-composer.c
parent06ddc94963ff2c93605c00dd9304610295ee3e54 (diff)
downloadgsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar
gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.gz
gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.bz2
gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.lz
gsoc2013-evolution-654b9618c8bc54e248a7cd5c36bed6e116bfe6a3.tar.xz
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
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c2
1 files changed, 1 insertions, 1 deletions
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);