~ubuntu-branches/ubuntu/maverick/w3m/maverick-updates

« back to all changes in this revision

Viewing changes to menu.c

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2008-06-08 16:19:25 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080608161925-00s389okw0ma3rcd
Tags: 0.5.2-2
* debian/control:
  - Change the libgdk-pixbuf-dev build dependency to libimlib2-dev,
    patch from the Ubuntu w3m package. (Closes: #409006, #259110)
  - Remove the autotools-dev build dependency.
* debian/patches/*:
  - Don't contain a patch that patches the same file twice.
    (Closes: #485026)
  - New patch for config.sub and config.guess.
* debian/rules:
  - Remove po/stamp-po at the clean target.
  - Don't use redundant dh_installman.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: menu.c,v 1.45 2006/04/07 13:21:12 inu Exp $ */
 
1
/* $Id: menu.c,v 1.46 2007/05/23 12:34:20 inu Exp $ */
2
2
/* 
3
3
 * w3m menu.c
4
4
 */
1711
1711
#ifdef USE_M17N
1712
1712
    if (!MainMenuEncode) {
1713
1713
        MenuItem *item;
1714
 
#if ENABLE_NLS
 
1714
#ifdef ENABLE_NLS
1715
1715
        /* FIXME: charset that gettext(3) returns */
1716
1716
        MainMenuCharset = SystemCharset;
1717
1717
#endif