Author: andar
Revision: 5973
Log:
Set batch_write to False in __init__
Diff:
Modified: branches/1.2_RC/deluge/ui/console/main.py
===================================================================
--- branches/1.2_RC/deluge/ui/console/main.py 2009-11-25 18:23:55 UTC (rev
5972)
+++ branches/1.2_RC/deluge/ui/console/main.py 2009-11-25 18:24:29 UTC (rev
5973)
@@ -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.