comparison src/savedstatuses.c @ 12309:b3385115815c

[gaim-migrate @ 14613] 3 seconds seemed a bit too short for the typing timeout. Let's do the beta thing tomorrow committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 03 Dec 2005 20:28:52 +0000
parents 4396691844e2
children 508ac301e74b
comparison
equal deleted inserted replaced
12308:1d4a05772625 12309:b3385115815c
176 else 176 else
177 { 177 {
178 /* 178 /*
179 * Gaim 1.5.0 and earlier require a name to be set, so we 179 * Gaim 1.5.0 and earlier require a name to be set, so we
180 * do this little hack to maintain backward compatability 180 * do this little hack to maintain backward compatability
181 * in the status.xml file. Eventually this should be used 181 * in the status.xml file. Eventually this should be removed
182 * and we should determine if a status is transient by 182 * and we should determine if a status is transient by
183 * whether the "name" attribute is set to something or if 183 * whether the "name" attribute is set to something or if
184 * it does not exist at all. 184 * it does not exist at all.
185 */ 185 */
186 xmlnode_set_attrib(node, "name", "Auto-Cached"); 186 xmlnode_set_attrib(node, "name", "Auto-Cached");