Mercurial > pidgin
diff src/savedstatuses.h @ 13673:5948086807cd
[gaim-migrate @ 16075]
Don't show the current status in the list of popular statuses in
the gtkstatusbox and in the system tray
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 21 Apr 2006 03:06:19 +0000 |
| parents | c97c76d9d347 |
| children | 53fdb7cc6940 |
line wrap: on
line diff
--- a/src/savedstatuses.h Fri Apr 21 02:48:58 2006 +0000 +++ b/src/savedstatuses.h Fri Apr 21 03:06:19 2006 +0000 @@ -154,7 +154,9 @@ /** * 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. + * 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. * * @param how_many The maximum number of saved statuses * to return, or '0' to get all saved
