Found a small bug in fbconnect.module line 187 that displays "You are currently using your Facebook picture, if you delete or load a new picture, your facebook picture will no longer be updated" on Profile Tabs instead of just the account tab. This is easily remediable by changing line 187 from
if ($user->fb_avatar) {
to
if ($user->fb_avatar && $form['picture']) {
Comments
Comment #1
pianomansam commentedComment #2
vectoroc commented