~ubuntu-branches/debian/sid/grip/sid

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-10-29 15:58:00 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061029155800-btygc4xu2wv5fjbi
Tags: 3.3.1-11
* Added patch from Adrian Cox <adrian@humboldt.co.uk> to apply album gain
  adjustment to the right album (Closes: #231886).
* Added patch from Matt Zimmerman <mdz@debian.org> to call executables in
  path (Closes: #269596, #38447).

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <config.h>
24
24
#include <gnome.h>
 
25
#include <stdlib.h>
25
26
 
26
27
#include "grip.h"
27
28
 
164
165
                     GNOME_PROGRAM_STANDARD_PROPERTIES,NULL);
165
166
 
166
167
  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF8");
 
168
  setenv("CHARSET","UTF-8",1);
167
169
 
168
170
  /* Session Management */
169
171