diff 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
line wrap: on
line diff
--- a/src/gtkstatusbox.c	Sun Feb 12 16:28:17 2006 +0000
+++ b/src/gtkstatusbox.c	Sun Feb 12 16:30:57 2006 +0000
@@ -1262,7 +1262,7 @@
 		if (changed)
 		{
 			/* If we've used this type+message before, lookup the transient status */
-			saved_status = gaim_savedstatus_find_by_type_and_message(
+			saved_status = gaim_savedstatus_find_transient_by_type_and_message(
 										GPOINTER_TO_INT(data), message);
 
 			/* If this type+message is unique then create a new transient saved status */