Changeset 99f0a77 for perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
- Timestamp:
- Sep 20, 2011, 11:15:31 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.9
- Children:
- eb497a9
- Parents:
- 3199d8e
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (06/20/11 11:41:44)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/20/11 23:15:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
r3199d8e r99f0a77 130 130 sub cmd_facebook_comment { 131 131 my $cmd = shift; 132 my $postid = shift; 132 my $postid = shift; 133 134 my $topic = $facebook_handle->get_topic($postid); 133 135 134 136 # XXX UI should give some (better) indication /which/ conversation 135 137 # is being commented on 136 BarnOwl::start_edit_win("Write a comment ... ($postid)",138 BarnOwl::start_edit_win("Write a comment on '$topic'...", 137 139 sub { $facebook_handle->facebook_comment($postid, shift) }); 138 140 }
Note: See TracChangeset
for help on using the changeset viewer.