Oh oh.. billiob, you got it all wrong.. you added a different image for users who are not in your list, not an image for the users who you blocked and who are offline, this isn't what was requested, and I thnk you should revert back this change and apply it instead for the 'blocked.png' image.

KKRT

On Tue, 16 May 2006 10:23:02 -0400, <[EMAIL PROTECTED]> wrote:

Revision: 6633
Author:   billiob
Date:     2006-05-16 07:22:50 -0700 (Tue, 16 May 2006)
ViewCVS:  http://svn.sourceforge.net/amsn/?rev=6633&view=rev

Log Message:
-----------
add a different image for blocked users if they are offline; the skin file is notinlistoff (notinlist is the file shown when user is not disconnected)

Modified Paths:
--------------
    trunk/amsn/gui.tcl

Added Paths:
-----------
    trunk/amsn/skins/default/pixmaps/notinlistoff.png
Modified: trunk/amsn/gui.tcl
===================================================================
--- trunk/amsn/gui.tcl  2006-05-16 11:11:17 UTC (rev 6632)
+++ trunk/amsn/gui.tcl  2006-05-16 14:22:50 UTC (rev 6633)
@@ -3603,6 +3603,7 @@
        ::skin::setPixmap belloff belloff.gif
        ::skin::setPixmap notinlist notinlist.gif
+       ::skin::setPixmap notinlistoff notinlistoff.gif
        ::skin::setPixmap smile smile.gif
        ::skin::setPixmap loganim loganim.gif
@@ -5722,7 +5723,11 @@
        if {$not_in_reverse} {
                set imgname2 "img2_[getUniqueValue]"
- set imgIdx [$pgBuddy.text image create $section.last -image [::skin::loadPixmap notinlist] -padx 1 -pady 1]
+               if {$state_code == "FLN"} {
+ set imgIdx [$pgBuddy.text image create $section.last -image [::skin::loadPixmap notinlistoff] -padx 1 -pady 1]
+               } else {
+ set imgIdx [$pgBuddy.text image create $section.last -image [::skin::loadPixmap notinlist] -padx 1 -pady 1]
+               }
                $pgBuddy.text tag add $imgname2 $imgIdx
                if { [::skin::getKey underline_contact] } {
$pgBuddy.text tag bind $imgname2 <Enter> "$pgBuddy.text tag conf $user_unique_name -under 1"

Added: trunk/amsn/skins/default/pixmaps/notinlistoff.png
===================================================================
(Binary files differ)


Property changes on: trunk/amsn/skins/default/pixmaps/notinlistoff.png
___________________________________________________________________
Name: svn:mime-type
   + image/png


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/amsn-commits



--
KaKaRoTo


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to