|
|
What steps will reproduce the problem?
1. Open friends box
2. Click on a follower
What is the expected output? What do you see instead?
Expected output is for the program to open a browser with the URL of the
follower that was clicked in the list. Instead, a browser is opened with
the URL of the following friend that corresponds to that index.
What version of the product are you using? On what operating system?
Version: 0.9 (trunk)
OS: Ubuntu Linux 8.10
Please provide any additional information below.
I am attaching a small patch that defines a new method (_followerClick) and
a change to a bind so that it points to that method.
|