Mercurial > pidgin
diff src/gtkmain.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 | 812e2de69c90 |
| children | 44a8d46ee3c1 |
line wrap: on
line diff
--- a/src/gtkmain.c Sun Feb 12 16:28:17 2006 +0000 +++ b/src/gtkmain.c Sun Feb 12 16:30:57 2006 +0000 @@ -736,7 +736,7 @@ GaimSavedStatus *saved_status; /* 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( GAIM_STATUS_OFFLINE, NULL); /* If this type+message is unique then create a new transient saved status */
