Mercurial > pidgin
diff src/savedstatuses.h @ 13121:e2a94ab60a7e
[gaim-migrate @ 15483]
Set the text on the gtkstatusbox based on gaim_savedstatus_get_current()
instead of based on the active menu item in the status dropdown.
This fixes what is shown on the status box when using an unpopular status.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 04 Feb 2006 21:42:02 +0000 |
| parents | e3b9c6c7bcf6 |
| children | c97c76d9d347 |
line wrap: on
line diff
--- a/src/savedstatuses.h Sat Feb 04 21:12:03 2006 +0000 +++ b/src/savedstatuses.h Sat Feb 04 21:42:02 2006 +0000 @@ -264,7 +264,10 @@ * * @param saved_status The saved status. * - * @return The name. + * @return The message. This will return NULL if the saved + * status does not have a message. This will + * contain the normal markup that is created by + * Gaim's IMHTML (basically HTML markup). */ const char *gaim_savedstatus_get_message(const GaimSavedStatus *saved_status);
