Mercurial > pidgin
changeset 10454:4f1a59fb4159
[gaim-migrate @ 11722]
sf patch #1093179, from Balwinder Singh Dheeman
"TCL Plugin Loader for Gaim was not showing name of the plugin Author"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 30 Dec 2004 17:23:07 +0000 |
parents | c1b72d397fd8 |
children | 6d4f02da1cef |
files | plugins/tcl/tcl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/tcl/tcl.c Thu Dec 30 16:13:20 2004 +0000 +++ b/plugins/tcl/tcl.c Thu Dec 30 17:23:07 2004 +0000 @@ -233,7 +233,7 @@ info->version = g_strdup(Tcl_GetString(listitems[1])); info->summary = g_strdup(Tcl_GetString(listitems[2])); info->description = g_strdup(Tcl_GetString(listitems[3])); - info->author = g_strdup(Tcl_GetString(listitems[5])); + info->author = g_strdup(Tcl_GetString(listitems[4])); info->homepage = g_strdup(Tcl_GetString(listitems[5])); plugin->info = info;