diff options
author | Tim Janik <timj@gimp.org> | 1998-03-14 23:47:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-14 23:47:48 +0000 |
commit | bc8e40387b2db8dc361ca2a9af39837b7985b2c8 (patch) | |
tree | f589d8e73040d2ac0c08d96a7e30b93f54703bb4 /gtk/gtkcombo.c | |
parent | 566a13a6c0a22b71dfa6fc3bdfc4a69649f0a55f (diff) | |
download | gtk+-bc8e40387b2db8dc361ca2a9af39837b7985b2c8.tar.gz |
fixed a bug with invoking the quit handlers that could cause them to be
Sat Mar 14 10:10:46 1998 Tim Janik <timj@gimp.org>
* gtk/gtkmain.c (gtk_main): fixed a bug with invoking the quit handlers
that could cause them to be removed wihout being invoked.
Diffstat (limited to 'gtk/gtkcombo.c')
-rw-r--r-- | gtk/gtkcombo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcombo.c b/gtk/gtkcombo.c index bbd0acc808..de6fb76aae 100644 --- a/gtk/gtkcombo.c +++ b/gtk/gtkcombo.c @@ -16,8 +16,6 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ */ - #include <string.h> #include "gtkarrow.h" |