evolution r36106 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Wed Aug 27 09:11:10 2008
New Revision: 36106
URL: http://svn.gnome.org/viewvc/evolution?rev=36106&view=rev

Log:
Call remote hook.


Modified:
   branches/mail-dbus-remoting/mail/mail-send-recv.c

Modified: branches/mail-dbus-remoting/mail/mail-send-recv.c
==============================================================================
--- branches/mail-dbus-remoting/mail/mail-send-recv.c	(original)
+++ branches/mail-dbus-remoting/mail/mail-send-recv.c	Wed Aug 27 09:11:10 2008
@@ -1079,7 +1079,7 @@
 	for (iter = e_list_get_iterator((EList *)accounts);e_iterator_is_valid(iter);e_iterator_next(iter))
 		auto_account_added(accounts, (EAccount *)e_iterator_get(iter), NULL);
 
-	camel_object_hook_event(mail_component_peek_session(NULL), "online", auto_online, NULL);
+	camel_object_remote_hook_event(NULL /*Ugly hack for session object */, "online", auto_online, NULL);
 }
 
 /* we setup the download info's in a hashtable, if we later need to build the gui, we insert



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]