diff src/savedstatuses.c @ 10738:55af3fa46329

[gaim-migrate @ 12340] Lots of changes here. A lot of it stems from chaning gaim_account_connect() so that it DOES NOT have the GaimStatus parameter. It will attempt to use the GaimStatus of your account from the last time it was connected (which doesn't work quite right yet). My goal here was to save and load each account's GaimStatuses to accounts.xml, so if you were "away" when you signed off then you'll be "away" when you sign back on. Not quite there yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Mar 2005 20:08:43 +0000
parents e41f0668a648
children 519dc2186438
line wrap: on
line diff
--- a/src/savedstatuses.c	Sat Mar 26 19:19:33 2005 +0000
+++ b/src/savedstatuses.c	Sat Mar 26 20:08:43 2005 +0000
@@ -41,6 +41,8 @@
  * The changes to status.xml caused by the new status API
  * are fully backward compatible.  The new status API just
  * adds the optional sub-statuses to the XML file.
+ *
+ * TODO: This should probably just use a GaimStatus...
  */
 struct _GaimSavedStatus
 {