tasque r57 - in trunk: . src
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r57 - in trunk: . src
- Date: Wed, 16 Apr 2008 00:50:01 +0100 (BST)
Author: sharm
Date: Wed Apr 16 00:50:01 2008
New Revision: 57
URL: http://svn.gnome.org/viewvc/tasque?rev=57&view=rev
Log:
* src/Logger.cs: Rename log from .banter.log to .tasque.log.
Modified:
trunk/ChangeLog
trunk/src/Logger.cs
Modified: trunk/src/Logger.cs
==============================================================================
--- trunk/src/Logger.cs (original)
+++ trunk/src/Logger.cs Wed Apr 16 00:50:01 2008
@@ -64,7 +64,7 @@
try {
log = File.CreateText (Path.Combine (
Environment.GetEnvironmentVariable ("HOME"),
- ".banter.log"));
+ ".tasque.log"));
log.Flush ();
} catch (IOException) {
// FIXME: Use temp file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]