diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 17:15:55 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 17:15:55 -0700 |
commit | 3325c8ecb3eec0a126ef4b7be338ed5a2f8a8ee8 (patch) | |
tree | 5adf15765d076cdd1333699621f55158f3e218b3 /indra/newview | |
parent | dc16f52a28b1c9d6d276d818bc0a92a060dc0708 (diff) |
ACME-629: Posting a photo to facebook works again. The post button callback was not being called due to a name change.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_social_photo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_social_photo.xml b/indra/newview/skins/default/xui/en/panel_social_photo.xml index e6742b0ea7..fc86349235 100644 --- a/indra/newview/skins/default/xui/en/panel_social_photo.xml +++ b/indra/newview/skins/default/xui/en/panel_social_photo.xml @@ -236,7 +236,7 @@ name="post_btn" width="100"> <button.commit_callback - function="PostToFacebook.Send" /> + function="SocialSharing.SendPhoto" /> </button> <button follows="left|top" |