[evolution-patches] small typo fix to ebook
- From: Chris Toshok <toshok ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] small typo fix to ebook
- Date: Wed, 23 Jul 2003 20:53:46 -0700
found this while doing the 2.0 work. Thought it was a typo I made on my
branch, but nope. "oops"
Chris
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1435.2.1
diff -u -r1.1435.2.1 ChangeLog
--- ChangeLog 17 Jul 2003 16:58:01 -0000 1.1435.2.1
+++ ChangeLog 24 Jul 2003 03:51:45 -0000
@@ -1,3 +1,7 @@
+2003-07-23 Chris Toshok <toshok ximian com>
+
+ * backend/ebook/e-book.c (e_book_dispose): fix a typo.
+
2003-06-30 Dan Winship <danw ximian com>
* gui/widgets/e-addressbook-view.c (e_addressbook_view_dispose):
Index: backend/ebook/e-book.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/backend/ebook/e-book.c,v
retrieving revision 1.74
diff -u -r1.74 e-book.c
--- backend/ebook/e-book.c 4 Jun 2003 15:05:49 -0000 1.74
+++ backend/ebook/e-book.c 24 Jul 2003 03:51:45 -0000
@@ -1610,7 +1610,7 @@
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]