Changeset 3d304b9
- Timestamp:
- Jun 23, 2011, 10:27:12 PM (14 years ago)
- Children:
- 525dd8d
- Parents:
- 2f6c263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm
r2f6c263 r3d304b9 102 102 return unless check_ready(); 103 103 104 my $topic = $facebook_handle->get_topic($post_id); 105 106 BarnOwl::start_edit_win("Write a comment on '$topic'...", 104 BarnOwl::start_edit_win("Write a comment...", 107 105 sub { $facebook_handle->facebook_comment($post_id, shift) }); 108 106 }
Note: See TracChangeset
for help on using the changeset viewer.