tazpkg diff tazpkg-notify @ rev 488

Fixed typo in last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 05 15:49:11 2011 +0000 (2011-05-05)
parents 37c60822cee1
children afe8175abd6f
line diff
     1.1 --- a/tazpkg-notify	Fri Apr 08 21:14:16 2011 +0100
     1.2 +++ b/tazpkg-notify	Thu May 05 15:49:11 2011 +0000
     1.3 @@ -61,7 +61,7 @@
     1.4  		--geometry="$NOTIFY_GEOM" \
     1.5  		--undecorated \
     1.6  		--title="TazPKG Notification" \
     1.7 -		--image="tazpkg" \
     1.8 +		--image="tazpkg-up" \
     1.9  		--image-on-top \
    1.10  		--on-top \
    1.11  		--text="`up_msg`" \
    1.12 @@ -100,7 +100,7 @@
    1.13  		--geometry="$NOTIFY_GEOM" \
    1.14  		--undecorated \
    1.15  		--title "TazPKG Notification" \
    1.16 -		--image="tazpkg" \
    1.17 +		--image="tazpkg-up" \
    1.18  		--image-on-top \
    1.19  		--on-top \
    1.20  		--text "`old_list_msg`" \
    1.21 @@ -140,7 +140,7 @@
    1.22  		--undecorated \
    1.23  		--show-uri \
    1.24  		--title="TazPKG Notification" \
    1.25 -		--image="tazpkg" \
    1.26 +		--image="tazpkg-up" \
    1.27  		--image-on-top \
    1.28  		--on-top \
    1.29  		--text "`no_list_msg`" \