From df6ea1a0a3bdef9fc134bfaaa02ca3614398ca16 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Wed, 7 Jul 2010 19:54:58 -0700 Subject: [PATCH] Cut misinformed comment about a potential race condition. --- libempathy-gtk/empathy-ui-utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 0b947243..9b984a7c 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -583,7 +583,6 @@ avatar_file_load_contents_cb (GObject *object, loader = gdk_pixbuf_loader_new (); - /* XXX: this seems a bit racy, but apparently works well enough */ g_signal_connect (loader, "size-prepared", G_CALLBACK (pixbuf_from_avatar_size_prepared_cb), &size_data); -- 2.39.2