diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-07-18 23:52:07 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-07-18 23:52:07 +0000 |
commit | b986224682b864b25125bf73ae38f47e0fe883b1 (patch) | |
tree | a1e50967ac29500e86e15478027fca8ab9d5e7dd | |
parent | Fix up documentation for correct usage of the Text Entry dialog. Patch (diff) | |
download | zenity-b986224682b864b25125bf73ae38f47e0fe883b1.tar.gz zenity-b986224682b864b25125bf73ae38f47e0fe883b1.tar.bz2 zenity-b986224682b864b25125bf73ae38f47e0fe883b1.zip |
Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* src/main.c: Remove duplicate locale.h include. Patch
from Leonardo Boshell. Partly fixes #137993.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | src/main.c | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2004-07-19 Glynn Foster <glynn.foster@sun.com> + * src/main.c: Remove duplicate locale.h include. Patch + from Leonardo Boshell. Partly fixes #137993. + +2004-07-19 Glynn Foster <glynn.foster@sun.com> + * help/C/zenity.xml, help/sr/zenity.xml: Fix up documentation for correct usage of the Text Entry dialog. Patch from Baptiste Mille-Mathias. Fixes #141513. @@ -5,6 +5,7 @@ "Peter Astrand <astrand lysator liu se>", "Jonathan Blandford <jrb redhat com>", "Paul Bolle <pebolle tiscali nl>", + "Leonardo Boshell <p kapcoweb com>", "Ross Burton <ross burtonini com>", "Damien Carbery <damien carbery sun com>", "Anders Carlsson <andersca codefactory se>", @@ -25,7 +25,6 @@ #include "zenity.h" #include <stdlib.h> -#include <locale.h> #include <popt.h> #include <langinfo.h> #ifdef HAVE_LOCALE_H |