fix a typo.
2003-07-23 Chris Toshok <toshok@ximian.com> * backend/ebook/e-book.c (e_book_dispose): fix a typo. svn path=/trunk/; revision=21985
This commit is contained in:

committed by
Chris Toshok

parent
4c7064adae
commit
e4d561f138
@ -1,3 +1,7 @@
|
||||
2003-07-23 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* backend/ebook/e-book.c (e_book_dispose): fix a typo.
|
||||
|
||||
2003-07-22 Akira TAGOH <tagoh@redhat.com>
|
||||
|
||||
* printing/e-contact-print-envelope.c (ecpe_print): Use 'Sans'
|
||||
|
@ -1610,7 +1610,7 @@ e_book_dispose (GObject *object)
|
||||
CORBA_exception_free (&ev);
|
||||
|
||||
if (book->priv->listener) {
|
||||
g_signal_handler_disconnect (book->priv->comp_listener, book->priv->listener_signal);
|
||||
g_signal_handler_disconnect (book->priv->listener, book->priv->listener_signal);
|
||||
bonobo_object_unref (book->priv->listener);
|
||||
book->priv->listener = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user