Changeset 3950

Show
Ignore:
Timestamp:
07/03/08 17:48:45 (6 months ago)
Author:
eblot
Message:

Fixes #3325 setup file was invalid, and enable growl image background

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • growlplugin/0.11/growl/htdocs/css/growl.css

    r3798 r3950  
    11div.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; 
    53  min-height: 150px; 
    64} 
  • growlplugin/0.11/growl/notifier.py

    r3798 r3950  
    8383        doc="""Enable per-user to define Growl notification option.""") 
    8484 
    85     dest_hosts = ListOption('growl', 'hosts', '', 
     85    dest_hosts = ListOption('growl', 'hosts', '<broadcast>', 
    8686        doc="""List of hosts to notify (default: broadcast to subnet)""") 
    8787 
  • growlplugin/0.11/setup.py

    r3798 r3950  
    1616 
    1717PACKAGE = 'TracGrowlPlugin' 
    18 VERSION = '0.2.0
     18VERSION = '0.2.1
    1919 
    2020setup ( 
     
    3030    packages = find_packages(exclude=['ez_setup']), 
    3131    package_data={ 
    32         'revtree': [ 
     32        'growl': [ 
    3333            'htdocs/css/*.css', 
    3434            'htdocs/images/*.png',