~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to recent_notifications/Globals.py

  • Committer: Jason Conti
  • Date: 2010-03-29 19:13:57 UTC
  • Revision ID: jason.conti@gmail.com-20100329191357-ees7ztz70pini02j
Adding a popup menu to the message list. Right clicking on a cell will bring up a menu for copying the text of a cell and copying or visiting links in a cell. Ideally, I would prefer links just be clickable, but CellRendererText doesn't appear to support this (so far, only Labels support it).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION = "0.4.13"
 
1
VERSION = "0.4.15"
2
2
WEBSITE = "http://launchpad.net/recent-notifications"