Mercurial > pidgin
diff libpurple/savedstatuses.h @ 20963:5136cd8f66f3
deryni noticed that the documentation and code do not match for
purple_savedstatus_get_popular. Fix the doc, and change the code to match
the rest of the doc.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Tue, 16 Oct 2007 06:27:16 +0000 |
| parents | f296be2a1039 |
| children | 98520ee78f12 |
line wrap: on
line diff
--- a/libpurple/savedstatuses.h Tue Oct 16 02:43:43 2007 +0000 +++ b/libpurple/savedstatuses.h Tue Oct 16 06:27:16 2007 +0000 @@ -170,11 +170,8 @@ /** * Returns the n most popular saved statuses. "Popularity" is * determined by when the last time a saved_status was used and - * how many times it has been used. If the current status would - * normally show up in this list, then it is omited and instead - * the "how_many+1" saved status will appear in the list. Also - * transient statuses without messages are not included in the - * list. + * how many times it has been used. Transient statuses without + * messages are not included in the list. * * @param how_many The maximum number of saved statuses * to return, or '0' to get all saved
