diff options
author | Hans Breuer <hans@breuer.org> | 2002-06-08 10:54:04 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2002-06-08 10:54:04 +0000 |
commit | cdee232f175353d14ba650995ba07ff97add16ff (patch) | |
tree | ce88478384531ed853c89d17ed6b9a8c76224239 /lib/dia_xml.h | |
parent | 599c93b39e7b16633c816b6688978292a205b642 (diff) | |
download | dia-cdee232f175353d14ba650995ba07ff97add16ff.tar.xz |
*/*.c */*/*.c : remove all the #ifdef *_UTF8_* hell, only keep the utf-8
2002-06-08 Hans Breuer <hans@breuer.org>
*/*.c */*/*.c : remove all the #ifdef *_UTF8_* hell,
only keep the utf-8 clean code cause Dia+Gtk2 now talk it.
Also use g_strdup()'s handling of NULL by returning NULL
again at all places I found (remove unnecessary if's)
[make it compile with GTK+ 2.0]
* lib/charconv.[hc] : removed from build
[changed appropriate]
* lib/prop_inttypes.c lib/prop_text.c :
all utf-8 cleaning
* lib/text.c : ported from HEAD but keep original indent
intact. Original was done by Akira TAGOH.
* lib/color.c : GdkColorContext is gone, use GdkColormap instead.
* lib/dia_image.c : gdk_pixbuf_new_from_file() second arg
* lib/dia_xml.c : remove #ifdef GLIB_CHECK_VERSION, it's the
same on all platforms now!
* lib/font.c : still using SuckFont which was an IMPERATIVE FIXME!
* lib/message.c : remove "charconv.h"
* lib/prop_text.c : #define GTK_ENABLE_BROKEN to use GtkText
* lib/plug-in.c :
* lib/sheet.c : convert from DIR to GDir usage
* lib/widgets.c : gtk_menu_(shell_)append and GtkTypeInfo
* lib/widgets.h : include gtk<label|colorseldialog>.h
Diffstat (limited to 'lib/dia_xml.h')
-rw-r--r-- | lib/dia_xml.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dia_xml.h b/lib/dia_xml.h index 04e3e718..f3ad9ebb 100644 --- a/lib/dia_xml.h +++ b/lib/dia_xml.h @@ -22,7 +22,6 @@ #include "geometry.h" #include "color.h" #include "font.h" -#include "charconv.h" #include "diavar.h" DIAVAR int pretty_formated_xml; |