~ubuntu-branches/ubuntu/quantal/griffith/quantal

« back to all changes in this revision

Viewing changes to lib/plugins/extensions/ge_mark_seen.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2011-12-18 21:15:25 UTC
  • mfrom: (1.1.17) (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111218211525-endbgt82m3jh9gde
Tags: 0.13-1
* New upstream release
* VCS-* fields removed (berlios will be shutdown)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: UTF-8 -*-
2
2
 
3
 
__revision__ = '$Id: ge_mark_seen.py 1299 2009-09-14 20:05:52Z piotrek $'
 
3
__revision__ = '$Id: ge_mark_seen.py 1568 2011-08-10 20:08:12Z mikej06 $'
4
4
 
5
5
# Copyright © 2009 Piotr Ożarowski
6
6
#
41
41
    api = 1
42
42
    enabled = False # disabled by default
43
43
 
44
 
    toolbar_icon = 'seen.png'
 
44
    toolbar_icon = 'ge_mark_seen.png'
45
45
 
46
46
    def toolbar_icon_clicked(self, widget, movie):
47
47
        if question(_('Are you sure you want to update %d movies?') % self.app.total):