<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>growl.jpg</filename>
    </added>
    <added>
      <filename>smoke.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,9 +2,9 @@ var Growl = {};
 Growl.Base = Class.create({
 	
 	options: {
-		image: 'http://www.icebeat.bitacoras.com/public/mootools/growl/growl.jpg',
-		title: 'Window.Growl by Daniel Mota',
-		text: 'http://icebeat.bitacoras.com',
+		image: 'growl.jpg',
+		title: 'protoGrowl by Craig P Jolicoeur',
+		text: 'http://craigjolicoeur.com/pgrowl',
 		duration: 2
 	},
 	
@@ -43,7 +43,7 @@ Growl.Base = Class.create({
 	},
 	
 	hide: function(elem) {
-		Effect.Fade(elem);
+		Effect.Fade(elem, {queue: 'end'});
 	}
 	
 });
@@ -51,7 +51,7 @@ Growl.Base = Class.create({
 Growl.Smoke = Class.create(Growl.Base, {
 	initialize: function($super) {
 		this.queue = [];
-		$super(arguments[1] || 'http://www.icebeat.bitacoras.com/public/mootools/growl/smoke.png', {
+		$super(arguments[1] || 'smoke.png', {
 			div: { width: '298px', height: '73px' },
 			img: { float: 'left', margin: '12px;' },
 			h3:  { margin: 0, padding: '10px 0', 'font-size': '13px' },
@@ -77,6 +77,6 @@ Growl.Smoke = Class.create(Growl.Base, {
 	hide: function($super) {
 		var elem = this.queue.shift();
 		$super(elem);
-		//elem.remove();
+		// elem.remove();
 	}
 });</diff>
      <filename>growl.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1384aec747dbf94076c8fdf7a73222bce8b6ea76</id>
    </parent>
  </parents>
  <author>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </author>
  <url>http://github.com/tdreyno/prototypegrowl/commit/682c5e1e523dac27c3f5a8e11edb1cc7672efdfc</url>
  <id>682c5e1e523dac27c3f5a8e11edb1cc7672efdfc</id>
  <committed-date>2008-04-04T19:11:35-07:00</committed-date>
  <authored-date>2008-04-04T19:11:35-07:00</authored-date>
  <message>add local images</message>
  <tree>d825992c002b8b5c367bef5edf1c03138bebe377</tree>
  <committer>
    <name>Craig P Jolicoeur</name>
    <email>cpjolicoeur@gmail.com</email>
  </committer>
</commit>
