diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-17 02:59:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-17 02:59:18 +0000 |
commit | 24899adb05d1f366e2df6780854627b145f59307 (patch) | |
tree | 8c07a21ff6fa45bf1e35442b09bde3350342eeef /ChangeLog.pre-2-2 | |
parent | 85e7cab2ede7b6ce65c769973ac47151ee1d356d (diff) | |
download | gtk+-24899adb05d1f366e2df6780854627b145f59307.tar.gz |
Call gtk_entry_set_position_internal() that takes a new "reset_IM"
Mon Dec 16 21:39:28 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_enter_text): Call
gtk_entry_set_position_internal() that takes a
new "reset_IM" parameter, so that we avoid the
problem where committing text would reset the
input method. (#74381, Kang Jeong-Hee)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 648f21940b..680e0de304 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +Mon Dec 16 21:39:28 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.c (gtk_entry_enter_text): Call + gtk_entry_set_position_internal() that takes a + new "reset_IM" parameter, so that we avoid the + problem where committing text would reset the + input method. (#74381, Kang Jeong-Hee) + 2002-12-17 Matthias Clasen <maclas@gmx.de> * gtk/gtkcontainer.c: Fix a few doc comments. |