diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-06-12 21:47:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-06-12 21:47:29 +0000 |
commit | c50b3edfdc88e2be7b309d8eb5ee29fc58fda70b (patch) | |
tree | d757fa125d63033b3fd4ac23924df0b5c621afdb /ChangeLog.pre-2-2 | |
parent | 789d271164e306053cbd7fcd5503a0197a39b74f (diff) | |
download | gtk+-c50b3edfdc88e2be7b309d8eb5ee29fc58fda70b.tar.gz |
Add an informative g_warning() when the entry has lost a focus-out-event.
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (blink_cb): Add an informative
g_warning() when the entry has lost a focus-out-event.
(#78305, Michel Selten)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 92c2239dc9..377b61e306 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.c (blink_cb): Add an informative + g_warning() when the entry has lost a focus-out-event. + (#78305, Michel Selten) + Wed Jun 12 17:31:15 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item): |