diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-15 03:11:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-15 03:11:40 +0000 |
commit | aeb608afeccb71b6d649b4560c28a580e7f50353 (patch) | |
tree | e232693020c249d1f4f6cb7db5482beb41ee77c7 /ChangeLog.pre-2-2 | |
parent | 8ba71578f2898d10641053cc089860b2b8d07266 (diff) | |
download | gdk-pixbuf-aeb608afeccb71b6d649b4560c28a580e7f50353.tar.gz |
Don't call status_window_set_text() if the status window doesn't already
Sat Dec 14 22:03:21 2002 Owen Taylor <otaylor@redhat.com>
* modules/input/gtkimcontextxim.c (status_window_hide): Don't
call status_window_set_text() if the status window doesn't
already exist. (#100933, reported by Anand Subra)
* modules/input/gtkimcontextxim.c (status_window_show):
Don't bother creating the status window here, wait for
the set_text(). (Fixes a warning)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c462519c0..3babe4d21 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,13 @@ +Sat Dec 14 22:03:21 2002 Owen Taylor <otaylor@redhat.com> + + * modules/input/gtkimcontextxim.c (status_window_hide): Don't + call status_window_set_text() if the status window doesn't + already exist. (#100933, reported by Anand Subra) + + * modules/input/gtkimcontextxim.c (status_window_show): + Don't bother creating the status window here, wait for + the set_text(). (Fixes a warning) + 2002-12-15 Matthias Clasen <maclas@gmx.de> * gtk/gtkcalendar.c: |