Mercurial > pidgin
changeset 14806:a2be9307d58d
[gaim-migrate @ 17571]
18:40:29 <casted> Hi, I found a bug in the gaim-remote script
18:41:48 <casted> ok. On line 104 it is currently: status_type = gaim.GaimSavedStatusGetType(current)
18:41:57 <casted> but should be: status_type = gaim.GaimSavedstatusGetType(current)
18:42:06 <casted> the status must be lowercase
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 23 Oct 2006 23:30:15 +0000 |
parents | 984657c2584d |
children | 3b5bfd634cc3 |
files | COPYRIGHT libgaim/gaim-remote |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COPYRIGHT Mon Oct 23 20:25:16 2006 +0000 +++ b/COPYRIGHT Mon Oct 23 23:30:15 2006 +0000 @@ -45,6 +45,7 @@ Thomas Butter Andrea Canciani Michael Carlson +Keegan Carruthers-Smith Steve Cavilia Julien Cegarra Cerulean Studios, LLC
--- a/libgaim/gaim-remote Mon Oct 23 20:25:16 2006 +0000 +++ b/libgaim/gaim-remote Mon Oct 23 23:30:15 2006 +0000 @@ -101,7 +101,7 @@ status_id = params["status"] status_type = gaim.GaimPrimitiveGetTypeFromId(status_id) else: - status_type = gaim.GaimSavedStatusGetType(current) + status_type = gaim.GaimSavedstatusGetType(current) status_id = gaim.GaimPrimitiveGetIdFromType(status_type) if "message" in params: