From 60e395675abf1c6f732302f98e7674da381fdc09 Mon Sep 17 00:00:00 2001 From: milkbone57 Date: Fri, 25 Jul 2003 13:31:15 +0000 Subject: [PATCH] "" --- docs/VERSION.txt | 1 + plugins/Tk-BList/Milkbone/BList.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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";