~ubuntu-branches/ubuntu/wily/edbrowse/wily

« back to all changes in this revision

Viewing changes to auth.c

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2007-12-05 10:39:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205103904-zr3kzzu0ym6stg16
Tags: 3.3.1-1
* New upstream version (3.3.1).
  - Messages have been internationalised.
  - Supports LANG environment variable.
  - Includes man page.
* Incorporate upstream man page:
  - debian/rules: Add rule to install upstream man page.
  - debian/edbrowse.1: Not required. Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
    if(proxy) {
99
99
        if(!urlProx) {
100
 
            setError("proxy authentication for a non-proxy url");
 
100
            setError(MSG_ProxyAuth);
101
101
            return false;
102
102
        }
103
103
    } else if(urlProx)