diff -r bd69380d91b3 -r ee04eb24fcb9 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 :