milkbone57 22 years ago
parent
commit
2370423310
  1. 8
      Milkbone.pm
  2. 2
      docs/VERSION.txt
  3. 2
      mb.conf

8
Milkbone.pm

@ -442,14 +442,14 @@ sub loaded_files
*CORE::GLOBAL::die = sub { *CORE::GLOBAL::die = sub {
return CORE::die(@_) if $_[0] =~ /TK_BREAK/; return CORE::die(@_) if $_[0] =~ /TK_BREAK/;
hook("error", -short => join(' ', @_), -long => longmess(join(' ', @_)), -fatal => 1); hook("error", -short => join(' ', @_), -long => join(' ', @_), -fatal => 1);
print longmess(@_); print @_;
abort; abort;
}; };
*CORE::GLOBAL::warn = sub { *CORE::GLOBAL::warn = sub {
hook("error", -short => join(' ', @_), -long => longmess(join(' ', @_))); hook("error", -short => join(' ', @_), -long => join(' ', @_));
print longmess(@_); print @_;
}; };
1; 1;

2
docs/VERSION.txt

@ -3,7 +3,7 @@
* Configuration dialog * Configuration dialog
* Customizable Monitor-ing * Customizable Monitor-ing
* Graceful failure of Win32 plugins on *NIX * Graceful failure of Win32 plugins on *NIX (so graceful it'll bring a tear to your eye)
* Fixed a dependency bug in Tk-BList (thanks Dan) * Fixed a dependency bug in Tk-BList (thanks Dan)
* Customizable themes * Customizable themes
* Errors are handled a little more smoothly * Errors are handled a little more smoothly

2
mb.conf

@ -10,6 +10,6 @@ AwayTimeout 60
TrayIcon 1 TrayIcon 1
HideBListLogo 0 HideBListLogo 0
ThemeColor lightblue ThemeColor lightblue
MonitorServer smptauth.earthlink.net MonitorServer smtpauth.earthlink.net
MonitorUser batkins86@earthlink.net MonitorUser batkins86@earthlink.net
MonitorPass superfly MonitorPass superfly
Loading…
Cancel
Save