diff src/account.h @ 12857:e5f780a6137b

[gaim-migrate @ 15208] This is the ability to set a startup status to be used instead of the status when you last exited. The savedstatus stuff was missing from Changelog.API, so I added it. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 13 Jan 2006 02:47:12 +0000
parents fc28451f5d96
children 702107dd58f1
line wrap: on
line diff
--- a/src/account.h	Fri Jan 13 01:02:56 2006 +0000
+++ b/src/account.h	Fri Jan 13 02:47:12 2006 +0000
@@ -854,13 +854,13 @@
 /**
  * This is called by the core after all subsystems and what
  * not have been initialized.  It sets all enabled accounts
- * to their previous status by signing them on, setting them
+ * to their startup status by signing them on, setting them
  * away, etc.
  *
  * You probably shouldn't call this unless you really know
  * what you're doing.
  */
-void gaim_accounts_restore_previous_statuses(void);
+void gaim_accounts_restore_current_statuses(void);
 
 /*@}*/