Changeset 9da6022 for perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
- Timestamp:
- Sep 19, 2011, 1:31:34 PM (13 years ago)
- Children:
- 2226f91
- Parents:
- f75a9ca
- git-author:
- Edward Z. Yang <ezyang@mit.edu> (06/20/11 11:41:44)
- git-committer:
- Edward Z. Yang <ezyang@mit.edu> (09/19/11 13:31:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
rf75a9ca r9da6022 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.