summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-19 15:27:43 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-19 15:27:43 +0000
commit1da46404b76e80b66ed9770a48226553ae5365a1 (patch)
tree5bc42c6002ecc219e81c258117709de855a84385 /gtk/gtkmain.c
parent6537d7eba712ae3f341f649e7e621bb7b07f18e1 (diff)
downloadgdk-pixbuf-1da46404b76e80b66ed9770a48226553ae5365a1.tar.gz
Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index 887f61477..378b28705 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -376,7 +376,7 @@ static gboolean do_setlocale = TRUE;
*
* Most programs should not need to call this function.
**/
-static void
+void
gtk_disable_setlocale (void)
{
if (gtk_initialized)