Ignore:
Timestamp:
Sep 19, 2011, 1:31:34 PM (13 years ago)
Author:
Edward Z. Yang <ezyang@mit.edu>
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)
Message:
Implement automatic instance selection, with no de-dup.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Facebook/lib/BarnOwl/Module/Facebook.pm

    rf75a9ca r9da6022  
    130130sub cmd_facebook_comment {
    131131    my $cmd  = shift;
    132     my $postid   = shift;
     132    my $postid = shift;
     133
     134    my $topic = $facebook_handle->get_topic($postid);
    133135
    134136    # XXX UI should give some (better) indication /which/ conversation
    135137    # is being commented on
    136     BarnOwl::start_edit_win("Write a comment... ($postid)",
     138    BarnOwl::start_edit_win("Write a comment on '$topic'...",
    137139                            sub { $facebook_handle->facebook_comment($postid, shift) });
    138140}
Note: See TracChangeset for help on using the changeset viewer.