diff src/protocols/oscar/oscar.c @ 11651:723487d07aa0

[gaim-migrate @ 13935] Getting some stuff out of my tree. I think I mostly just added a "transient" boolean to savedstatuses. If a savedstatus is transient, it means it was created on the fly by Gaim when the user set himself to "away." Transient statuses will hang around for a few days in case the user wants to use it again, but eventually it'll disappear. They should also not appear in the saved status editor. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Oct 2005 01:29:43 +0000
parents eb14bbcf7249
children 9f3129911c95
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Thu Oct 13 00:53:01 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Oct 13 01:29:43 2005 +0000
@@ -105,7 +105,7 @@
 	gboolean chpass;
 	char *oldp;
 	char *newp;
-	
+
 	GSList *oscar_chats;
 	GSList *direct_ims;
 	GSList *file_transfers;
@@ -170,8 +170,10 @@
 
 /*
  * Various PRPL-specific buddy info that we want to keep track of
- * Some other info is maintained by locate.c, and I'd like to move 
+ * Some other info is maintained by locate.c, and I'd like to move
  * the rest of this to libfaim, mostly im.c
+ *
+ * TODO: I think all of this should use the status API.
  */
 struct buddyinfo {
 	gboolean typingnot;