From 0af6920b4bd7a218658cab1e859efac77c253b04 Mon Sep 17 00:00:00 2001
From: milkbone57 <milkbone57>
Date: Tue, 12 Aug 2003 11:49:02 +0000
Subject: [PATCH] ""

---
 docs/VERSION.txt | 4 ++--
 plugins/Log.pl   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/VERSION.txt b/docs/VERSION.txt
index c0bfa64..5412814 100644
--- a/docs/VERSION.txt
+++ b/docs/VERSION.txt
@@ -1,14 +1,14 @@
 0.356
 --
 
-* Multiple stules in BrowseEdit
+* Multiple styles in BrowseEdit
 * More font-tweaking
 * Fixed the %a - %s bug (thanks Dan)
 * A little more cleaning in XAMP
 * Bugs in convo-flashing fixe
 * Beta Makefile
 * Beta ebuild (for Gentoo Linux users)
-* No more extraneous warnings on startup
+* No more extraneous warnings on startup (well maybe one or two)
 * 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/Log.pl b/plugins/Log.pl
index 7a4027a..6fd9016 100644
--- a/plugins/Log.pl
+++ b/plugins/Log.pl
@@ -62,7 +62,7 @@ sub user_log_file
     $month++;
     $year %= 100;
 
-    my $path = user_file("log/$user/");
+    my $path = "$dir/$user";
     mkpath $path;
 
     return "$path/$month-$day-$year.html";