*** deluge/ui/common.py.orig	2009-07-23 02:46:23.000000000 +0200
--- deluge/ui/common.py	2009-10-19 10:54:59.000000000 +0200
*************** def get_localhost_auth():
*** 316,320 ****
                  continue
  
              if username == "localclient":
!                 return (username, password)
      return ("", "")
--- 316,320 ----
                  continue
  
              if username == "localclient":
!                 return (username.strip(), password.strip())
      return ("", "")
