soc.2010.detachablepurple: 798e660b: I forgot this very important part, accou...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Sat Jul 31 01:35:55 EDT 2010


----------------------------------------------------------------------
Revision: 798e660b29e50fc0eba6dc2a2443d73398a5db8f
Parent:   abe8d3bed00bc83438a18800b40fa538a71ea4e2
Author:   gillux at soc.pidgin.im
Date:     07/30/10 00:16:38
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/798e660b29e50fc0eba6dc2a2443d73398a5db8f

Changelog: 

I forgot this very important part, account iuops are now enabled in the daemon.

Changes against parent abe8d3bed00bc83438a18800b40fa538a71ea4e2

  patched  purpled/purpled.c

-------------- next part --------------
============================================================
--- purpled/purpled.c	244a29d7a54f3f7d15b69e82993fe19b6b015292
+++ purpled/purpled.c	9e21ddf32769d6b7748bbb32169021d61832213f
@@ -22,6 +22,7 @@
 #include "purple.h"
 
 #include "purpled.h"
+#include "purpled-account.h"
 #include "account.h" /* purple_account_new() */
 
 /* Copied verbatim from nullclient */
@@ -106,6 +107,7 @@ init_libpurple(void)
 init_libpurple(void)
 {
 	purple_eventloop_set_ui_ops(&glib_eventloops);
+	purpled_accounts_init();
 
 	/* Activate daemon mode! */
 	purple_core_set_running_mode(PURPLE_RUN_DAEMON_MODE);


More information about the Commits mailing list