Re: [evolution-patches] Exchange: patch for bug #274262
- From: "Shakti Prasad" <shprasad novell com>
- To: "Ahmed Sarfraaz" <ASarfraaz novell com>, "Shakti Prasad" <ShPrasad novell com>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Exchange: patch for bug #274262
- Date: Tue, 23 Aug 2005 05:43:13 -0600
Hi,
I have attached a new patch for bug #274262. The fix for bug #309420 and
this fix together fixes all the issues for bug #274262.
Please review the patch.
Thanks,
Shakti
>>> shakti <shprasad novell com> 08/18/05 11:14 AM >>>
Hi,
I have attached a new patch which takes care of all other operations
like create a new contact, delete an existing contact etc along with the
search/clear operation.
Please review the patch.
Thanks,
Shakti
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.386
diff -u -p -r1.386 ChangeLog
--- ChangeLog 23 Aug 2005 08:28:24 -0000 1.386
+++ ChangeLog 23 Aug 2005 11:24:34 -0000
@@ -1,3 +1,13 @@
+2005-08-23 Shakti Sen <shprasad novell com>
+
+ * addressbook/e-book-backend-exchange.c
+ (e_book_backend_exchange_start_book_view): When user starts
+ evolution in offline mode and switch back to online mode and tries
+ to create a contact, the contact editor hangs.
+ Basically it fixes this issue.
+
+ Partially fixes bug #274262.
+
2005-08-22 Sarfraaz Ahmed <asarfraaz novell com>
* configure.in : Bumped the version to 2.3.8
Index: addressbook/e-book-backend-exchange.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/addressbook/e-book-backend-exchange.c,v
retrieving revision 1.39
diff -u -p -r1.39 e-book-backend-exchange.c
--- addressbook/e-book-backend-exchange.c 22 Aug 2005 14:22:00 -0000 1.39
+++ addressbook/e-book-backend-exchange.c 23 Aug 2005 11:24:36 -0000
@@ -1853,7 +1853,7 @@ e_book_backend_exchange_start_book_view
d(printf("ebbe_start_book_view(%p, %p)\n", backend, book_view));
- g_object_ref (book_view);
+ bonobo_object_ref (book_view);
e_data_book_view_notify_status_message (book_view, _("Searching..."));
switch (bepriv->mode) {
@@ -1915,7 +1915,7 @@ e_book_backend_exchange_start_book_view
e_data_book_view_notify_complete (book_view,
http_status_to_pas (status));
- g_object_unref (book_view);
+ bonobo_object_unref (book_view);
default:
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]