diff options
author | Robert Brady <robert@suse.co.uk> | 2000-11-15 02:45:55 +0000 |
---|---|---|
committer | Robert Brady <rbrady@src.gnome.org> | 2000-11-15 02:45:55 +0000 |
commit | 98e453dc0457c00220a82468c1a140bb68bb455d (patch) | |
tree | d105e5b1f143fb150e45f497d1053730be2d192e /ChangeLog.pre-2-6 | |
parent | 0ac162b1b6cb6a7d9723f2b0b655cf61022cc459 (diff) | |
download | gtk+-98e453dc0457c00220a82468c1a140bb68bb455d.tar.gz |
The return value of g_getenv() isn't freeable, so g_strdup it.
Wed Nov 15 02:18:01 2000 Robert Brady <robert@suse.co.uk>
* gtk/gtkrc.c (gtk_rc_get_im_module_file): The return
value of g_getenv() isn't freeable, so g_strdup it.
* modules/input/inuktitut.c: Inuktitut input method.
* modules/input/Makefile.am: Build this.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0ef8f2edb6..30b8a5afdf 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,12 @@ +Wed Nov 15 02:18:01 2000 Robert Brady <robert@suse.co.uk> + + * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return + value of g_getenv() isn't freeable, so g_strdup it. + + * modules/input/inuktitut.c: Inuktitut input method. + + * modules/input/Makefile.am: Build this. + 2000-11-14 Elliot Lee <sopwith@redhat.com> * gtk/Makefile.am: Install gtk.immodules, needed for operation |