Author: jflesch
Date: 2007-01-27 21:05:50 +0000 (Sat, 27 Jan 2007)
New Revision: 11636
Modified:
trunk/apps/Thaw/src/thaw/plugins/index/FileTable.java
Log:
Fix the fix
Modified: trunk/apps/Thaw/src/thaw/plugins/index/FileTable.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/FileTable.java 2007-01-27
21:04:44 UTC (rev 11635)
+++ trunk/apps/Thaw/src/thaw/plugins/index/FileTable.java 2007-01-27
21:05:50 UTC (rev 11636)
@@ -575,7 +575,7 @@
return;
if (modelIndex == 2) {
- Logger.notice("Can't order by transfer state
because of performances issues");
+ Logger.notice(this, "Can't order by transfer
state because of performances issues");
return;
}