]> git.0d.be Git - empathy.git/commitdiff
Cut misinformed comment about a potential race condition.
authorTravis Reitter <treitter@gmail.com>
Thu, 8 Jul 2010 02:54:58 +0000 (19:54 -0700)
committerTravis Reitter <treitter@gmail.com>
Tue, 20 Jul 2010 23:12:36 +0000 (16:12 -0700)
libempathy-gtk/empathy-ui-utils.c

index 0b947243e8de844b2a8a1210e00b44bb72fdd886..9b984a7ce441ad879ffd78eb7e1d8cc115d0e842 100644 (file)
@@ -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);