Mercurial > pidgin
diff src/savedstatuses.h @ 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 | e2a94ab60a7e |
| children | 5948086807cd |
line wrap: on
line diff
--- a/src/savedstatuses.h Sun Feb 12 16:28:17 2006 +0000 +++ b/src/savedstatuses.h Sun Feb 12 16:30:57 2006 +0000 @@ -217,7 +217,7 @@ * * @return The saved status if found, or NULL. */ -GaimSavedStatus *gaim_savedstatus_find_by_type_and_message(GaimStatusPrimitive type, const char *message); +GaimSavedStatus *gaim_savedstatus_find_transient_by_type_and_message(GaimStatusPrimitive type, const char *message); /** * Determines if a given saved status is "transient."
