diff options
author | Tim Janik <timj@gtk.org> | 1998-11-23 04:32:04 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-11-23 04:32:04 +0000 |
commit | b9017e53a240e8b89b9d0a643f49d6521a4a3283 (patch) | |
tree | ea1e9380cdcc6af52c60206ac54e5a1f7c189f4d /gtk/gtktooltips.c | |
parent | 72149265a32d0979a140c4b245ecf4946b989976 (diff) | |
download | gtk+-b9017e53a240e8b89b9d0a643f49d6521a4a3283.tar.gz |
removed assertements for constructed containers again, since this
Mon Nov 23 05:21:50 1998 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c:
(gtk_container_add_with_args):
(gtk_container_addv):
(gtk_container_add): removed assertements for constructed containers
again, since this essentially breaks the "child" arg.
* gtk/gtktooltips.c (gtk_tooltips_force_window): fixup the draw_window
reference count, we don't need to reference toplevels that already have
destroy notifiers.
* gtk/gtkscrolledwindow.c: check for the composites existance in
_forall since we might not be already constructed.
Diffstat (limited to 'gtk/gtktooltips.c')
-rw-r--r-- | gtk/gtktooltips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c index 74cdcbc92b..123c37c857 100644 --- a/gtk/gtktooltips.c +++ b/gtk/gtktooltips.c @@ -175,7 +175,6 @@ gtk_tooltips_force_window (GtkTooltips *tooltips) if (!tooltips->tip_window) { tooltips->tip_window = gtk_draw_window_new (GTK_WINDOW_POPUP); - gtk_widget_ref (tooltips->tip_window); gtk_window_set_policy (GTK_WINDOW (tooltips->tip_window), FALSE, FALSE, TRUE); gtk_signal_connect_object (GTK_OBJECT (tooltips->tip_window), |