summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--THANKS1
-rw-r--r--src/main.c1
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 17a2406..b5e663a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/THANKS b/THANKS
index 245500d..6bf5ee2 100644
--- a/THANKS
+++ b/THANKS
@@ -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>",
diff --git a/src/main.c b/src/main.c
index 9e28a56..129dfa5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,7 +25,6 @@
#include "zenity.h"
#include <stdlib.h>
-#include <locale.h>
#include <popt.h>
#include <langinfo.h>
#ifdef HAVE_LOCALE_H