~ubuntu-branches/ubuntu/natty/edbrowse/natty

« back to all changes in this revision

Viewing changes to cookies.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:
57
57
        static bool warn = false;
58
58
        if(warn)
59
59
            return;
60
 
        puts("your config file does not specify a cooky jar");
 
60
        i_puts(MSG_NoJar);
61
61
        warn = true;
62
62
        return;
63
63
    }
254
254
/* Pour the cookies back into the jar */
255
255
    f = fopen(cookieFile, "w");
256
256
    if(!f)
257
 
        errorPrint("1cannot rebuild your cookie jar %s", cookieFile);
 
257
        i_printfExit(MSG_NoRebCookie, cookieFile);
258
258
    foreach(c, cookies)
259
259
       fprintf(f, "%s\tFALSE\t%s\t%s\t%u\t%s\t%s\n",
260
260
       c->domain, c->path,