~phatch-dev/phatch/phatch_app

« back to all changes in this revision

Viewing changes to phatch/lib/notify.py

  • Committer: Nadia Alramli
  • Date: 2010-02-04 22:31:12 UTC
  • mfrom: (1528.1.18 trunk)
  • Revision ID: nadiana@gmail.com-20100204223112-iq774zk0rdh0hhb6
Merging head changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
elif Growl:
75
75
 
76
 
    def __init__(app_name, icon=None):
 
76
    def init(app_name, icon=None):
77
77
        """Create a growl notifier with appropriate icon if specified.
78
78
        The notification classes default to [APP_NAME]. The user can
79
79
        enable/disable notifications based on this class name."""