diff options
author | Tim Janik <timj@gtk.org> | 1999-01-10 19:05:36 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-01-10 19:05:36 +0000 |
commit | bcbe6f4885a7101a6b4168d1174882cacc3dcc0b (patch) | |
tree | fb5f03c142e17b21b3fe88220ccaabed980c9bcb /ChangeLog.pre-2-4 | |
parent | a24e14ceb4583ed5e30183b0908b108fcdc57bb7 (diff) | |
download | gtk+-bcbe6f4885a7101a6b4168d1174882cacc3dcc0b.tar.gz |
if the lookup failed, try to initialize the object class and reattempt the
1999-01-10 Tim Janik <timj@gtk.org>
* gtk/gtksignal.c (gtk_signal_lookup): if the lookup failed, try
to initialize the object class and reattempt the lookup, reported
by Paolo Molaro <lupus@lettere.unipd.it>.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 80c56d2bb2..0b5ece2670 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +1999-01-10 Tim Janik <timj@gtk.org> + + * gtk/gtksignal.c (gtk_signal_lookup): if the lookup failed, try + to initialize the object class and reattempt the lookup, reported + by Paolo Molaro <lupus@lettere.unipd.it>. + Sat Jan 9 17:36:20 1999 Owen Taylor <otaylor@redhat.com> * configure.in (ALL_LINGUAS): Added cs to ALL_LINGUAS. |