changeset 833b1f4e4edd in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=833b1f4e4edd
description: typo

diffstat:

 src/htmltextview.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a0c3628917e4 -r 833b1f4e4edd src/htmltextview.py
--- a/src/htmltextview.py       Wed Mar 23 14:22:31 2011 +0100
+++ b/src/htmltextview.py       Wed Mar 23 14:24:13 2011 +0100
@@ -487,7 +487,7 @@
 
     def _get_img(self, attrs):
         mem, alt = '', ''
-        # Wait maximum 1s for connection
+        # Wait maximum 5s for connection
         socket.setdefaulttimeout(5)
         try:
             req = urllib2.Request(attrs['src'])
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to