comparison src/gtkstatusbox.c @ 13244:c97c76d9d347

[gaim-migrate @ 15610] Don't create duplicate primtive statuses without messages when using the docklet, either. And I renamed a function and made it only look for transient statuses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 16:30:57 +0000
parents 0d73a9019013
children 3de53fe8345f
comparison
equal deleted inserted replaced
13243:70809b5c5f86 13244:c97c76d9d347
1260 } 1260 }
1261 1261
1262 if (changed) 1262 if (changed)
1263 { 1263 {
1264 /* If we've used this type+message before, lookup the transient status */ 1264 /* If we've used this type+message before, lookup the transient status */
1265 saved_status = gaim_savedstatus_find_by_type_and_message( 1265 saved_status = gaim_savedstatus_find_transient_by_type_and_message(
1266 GPOINTER_TO_INT(data), message); 1266 GPOINTER_TO_INT(data), message);
1267 1267
1268 /* If this type+message is unique then create a new transient saved status */ 1268 /* If this type+message is unique then create a new transient saved status */
1269 if (saved_status == NULL) 1269 if (saved_status == NULL)
1270 { 1270 {