diff --git a/docs/VERSION.txt b/docs/VERSION.txt index bea38f2..d4f7a94 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1,6 +1,7 @@ 0.356 -- +* Convo code separated into convo widget and container widget * Buddy list now uses Tahoma * Fixed links problem on Win32 (thanks to Bob for pointing it out) diff --git a/plugins/Tk-BList/Milkbone/BList.pm b/plugins/Tk-BList/Milkbone/BList.pm index 5bbd1cc..337df01 100644 --- a/plugins/Tk-BList/Milkbone/BList.pm +++ b/plugins/Tk-BList/Milkbone/BList.pm @@ -295,7 +295,7 @@ sub init -selectbackground => "darkblue", -selectforeground => "white", -stylename => 'changed'); $self->{normal_style} = $self->{tree}->ItemStyle('imagetext', -background => 'white', -font => hook("tk_get_default_font") . ' 9', -fg => 'black', - -selectbackground => "darkblue", -selectforeground => "white", -stylename => 'changed'); + -selectbackground => "darkblue", -selectforeground => "white", -stylename => 'normal'); $self->{away_button} = "Away Message";