milkbone57 22 years ago
parent
commit
60e395675a
  1. 1
      docs/VERSION.txt
  2. 2
      plugins/Tk-BList/Milkbone/BList.pm

1
docs/VERSION.txt

@ -1,6 +1,7 @@
0.356 0.356
-- --
* Convo code separated into convo widget and container widget
* Buddy list now uses Tahoma * Buddy list now uses Tahoma
* Fixed links problem on Win32 (thanks to Bob for pointing it out) * Fixed links problem on Win32 (thanks to Bob for pointing it out)

2
plugins/Tk-BList/Milkbone/BList.pm

@ -295,7 +295,7 @@ sub init
-selectbackground => "darkblue", -selectforeground => "white", -stylename => 'changed'); -selectbackground => "darkblue", -selectforeground => "white", -stylename => 'changed');
$self->{normal_style} = $self->{tree}->ItemStyle('imagetext', $self->{normal_style} = $self->{tree}->ItemStyle('imagetext',
-background => 'white', -font => hook("tk_get_default_font") . ' 9', -fg => 'black', -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"; $self->{away_button} = "Away Message";

Loading…
Cancel
Save