# HG changeset patch # User Richard Laager # Date 1177348208 0 # Node ID a45cb71d54db2a69bc4c5229597e91a9b1daac27 # Parent 70b48f5593122d24398810e5360d7e6c28f370b1 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. diff -r 70b48f559312 -r a45cb71d54db pidgin/gtkaccount.c --- 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 :