# HG changeset patch # User Richard Laager # Date 1177348238 0 # Node ID 670c03e39ff961b3c6580c3dd68c4a861cfa0087 # Parent f64566c2eefceb041b66ba0dc86e1985b12dc293# Parent a45cb71d54db2a69bc4c5229597e91a9b1daac27 propagate from branch 'im.pidgin.pidgin' (head d42ad2da81f881b2fbd2fb080cc70a843bc70d02) to branch 'im.pidgin.rlaager.gaim_migration' (head 82aefc43b8274fd4c30eb312fda8a7ba6b1eaac0) diff -r f64566c2eefc -r 670c03e39ff9 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Mon Apr 23 17:08:09 2007 +0000 +++ b/pidgin/gtkaccount.c Mon Apr 23 17:10:38 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 :