mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
no need to g_return_if_fail(tooltips != NULL);
2008-04-17 Michael Natterer <mitch@imendio.com> * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to g_return_if_fail(tooltips != NULL); svn path=/trunk/; revision=20016
This commit is contained in:
parent
eafd35dc13
commit
636373ffbf
@ -1,3 +1,8 @@
|
||||
2008-04-17 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
|
||||
g_return_if_fail(tooltips != NULL);
|
||||
|
||||
2008-04-16 Tristan Van Berkom <tvb@gnome.org>
|
||||
|
||||
* gtk/gtkwindow.c: Chain up in buildable_finish()
|
||||
|
@ -144,8 +144,6 @@ gtk_tooltips_destroy (GtkObject *object)
|
||||
GtkTooltips *tooltips = GTK_TOOLTIPS (object);
|
||||
GtkTooltipsPrivate *private = GTK_TOOLTIPS_GET_PRIVATE (tooltips);
|
||||
|
||||
g_return_if_fail (tooltips != NULL);
|
||||
|
||||
if (tooltips->tip_window)
|
||||
{
|
||||
gtk_widget_destroy (tooltips->tip_window);
|
||||
|
Loading…
Reference in New Issue
Block a user