summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-09-23 22:27:21 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-09-23 22:27:21 +0000
commit44c78cde0ede0ad12e5a66f53a38e99c3ce1f2fd (patch)
treea571e4c288d8da2bc7a349c59b395edc71407c4b
parent411938ab632fbd33d9d63d773ba440c373f99198 (diff)
downloadgnome-desktop-44c78cde0ede0ad12e5a66f53a38e99c3ce1f2fd.tar.gz
Add gnome_i18n_push_c_numeric_locale and gnome_i18n_pop_c_numeric_locale
Sat Sep 23 17:28:25 2000 George Lebl <jirka@5z.com> * gnome-i18n.[ch]: Add gnome_i18n_push_c_numeric_locale and gnome_i18n_pop_c_numeric_locale functions that do the job of pushing and poping "C" locale to make float<->string conversions work right in other locales. * gnome-scores.c, gnome-config.c: use the above * gnome-ditem.c: include gnome-url.h to avoid warning
-rw-r--r--libgnome-desktop/gnome-desktop-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnome-desktop/gnome-desktop-item.c b/libgnome-desktop/gnome-desktop-item.c
index 9b0785ce..305f739e 100644
--- a/libgnome-desktop/gnome-desktop-item.c
+++ b/libgnome-desktop/gnome-desktop-item.c
@@ -48,6 +48,7 @@
#include "gnome-exec.h"
#include "gnome-i18nP.h"
#include "gnome-mime.h"
+#include "gnome-url.h"
#include <popt.h>
struct _GnomeDesktopItem {