Author: andar
Revision: 5972
Log:
Set batch_write to False in __init__
Diff:
Modified: trunk/deluge/ui/console/main.py
===================================================================
--- trunk/deluge/ui/console/main.py 2009-11-25 18:00:15 UTC (rev 5971)
+++ trunk/deluge/ui/console/main.py 2009-11-25 18:23:55 UTC (rev 5972)
@@ -141,6 +141,8 @@
def __init__(self, args=None):
component.Component.__init__(self, "ConsoleUI", 2)
+ self.batch_write = False
+
try:
locale.setlocale(locale.LC_ALL, '')
self.encoding = locale.getpreferredencoding()
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.