Changeset 3950
- Timestamp:
- 07/03/08 17:48:45 (2 months ago)
- Files:
-
- growlplugin/0.11/growl/htdocs/css/growl.css (modified) (1 diff)
- growlplugin/0.11/growl/notifier.py (modified) (1 diff)
- growlplugin/0.11/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
growlplugin/0.11/growl/htdocs/css/growl.css
r3798 r3950 1 1 div.growl { 2 /* TODO: waiting for Growl team to validate use of the growl image 3 in the plugin... */ 4 /*background: url(../images/growl-180.png) no-repeat 380px -15px;*/ 2 background: url(../images/growl-180.png) no-repeat 380px -15px; 5 3 min-height: 150px; 6 4 } growlplugin/0.11/growl/notifier.py
r3798 r3950 83 83 doc="""Enable per-user to define Growl notification option.""") 84 84 85 dest_hosts = ListOption('growl', 'hosts', ' ',85 dest_hosts = ListOption('growl', 'hosts', '<broadcast>', 86 86 doc="""List of hosts to notify (default: broadcast to subnet)""") 87 87 growlplugin/0.11/setup.py
r3798 r3950 16 16 17 17 PACKAGE = 'TracGrowlPlugin' 18 VERSION = '0.2. 0'18 VERSION = '0.2.1' 19 19 20 20 setup ( … … 30 30 packages = find_packages(exclude=['ez_setup']), 31 31 package_data={ 32 ' revtree': [32 'growl': [ 33 33 'htdocs/css/*.css', 34 34 'htdocs/images/*.png',
