~ubuntu-branches/ubuntu/maverick/gwibber/maverick

« back to all changes in this revision

Viewing changes to gwibber/actions.py

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-09-24 01:31:03 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090924013103-7amkkxs18q49uh8p
Tags: upstream-2.0.0~bzr449
ImportĀ upstreamĀ versionĀ 2.0.0~bzr449

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  @classmethod
56
56
  def action(self, w, client, msg):
57
57
    if not client.preferences["global_retweet"]:
58
 
      client.reply_target = None
 
58
      client.reply_target = msg
59
59
      client.target_bar.set_account(msg.account)
60
60
      client.target_bar.show()
61
61