--- a/src/gtkaccount.c Fri Aug 11 19:56:55 2006 +0000 +++ b/src/gtkaccount.c Sat Aug 12 10:06:15 2006 +0000 @@ -210,7 +210,8 @@ } gtk_image_set_from_pixbuf(GTK_IMAGE(dialog->icon_entry), pixbuf); - g_object_unref(G_OBJECT(pixbuf)); + if (pixbuf != NULL) + g_object_unref(G_OBJECT(pixbuf)); g_free(filename); }