Mercurial > pidgin.yaz
changeset 16344:a45cb71d54db
A comment in here mentions "untar", so I think it was copied from the
smiley code or something. It's confusing and wrong, so I'm fixing it.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 23 Apr 2007 17:10:08 +0000 |
parents | 70b48f559312 |
children | 6b4e778ee4b4 670c03e39ff9 1122d47583a1 |
files | pidgin/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkaccount.c Mon Apr 23 17:07:50 2007 +0000 +++ b/pidgin/gtkaccount.c Mon Apr 23 17:10:08 2007 +0000 @@ -333,8 +333,7 @@ if (!g_ascii_strncasecmp(name, "file://", 7)) { GError *converr = NULL; gchar *tmp, *rtmp; - /* It looks like we're dealing with a local file. Let's - * just untar it in the right place */ + /* It looks like we're dealing with a local file. */ if(!(tmp = g_filename_from_uri(name, NULL, &converr))) { purple_debug(PURPLE_DEBUG_ERROR, "buddyicon", "%s\n", (converr ? converr->message :