~ubuntu-branches/ubuntu/jaunty/gvfs/jaunty-updates

« back to all changes in this revision

Viewing changes to daemon/gvfsbackendftp.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-03 16:51:09 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090403165109-0o6vhzslynkby3yt
Tags: 1.2.1-0ubuntu1
* New upstream version:
  - Fix duplicate CD audio icons after remount
  - Fix problems mounting encrypted volumes
  - Handle usernames with @ in them better in uris
  - trash: handle weird filenames correctly
  - sftp: Fix various error conditions
  - volume monitors: emit pre-unmount signals
  - smb: Fix various error conditions
  - fuse: Make sure closing a file flushed the file on the backend
* debian/patches/90_svn_update.patch:
  - the change is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2427
2427
                                   g_strerror (ENOTEMPTY));
2428
2428
            }
2429
2429
          else
2430
 
            ftp_connection_set_error_from_response (conn, response);
 
2430
            {
 
2431
              ftp_connection_clear_error (conn);
 
2432
              ftp_connection_set_error_from_response (conn, response);
 
2433
            }
2431
2434
        }
2432
2435
      else if (STATUS_GROUP (response) == 5)
2433
2436
        {