gtk+ r20271 - in branches/gtk-2-12: . gtk



Author: matthiasc
Date: Mon Jun  2 20:35:06 2008
New Revision: 20271
URL: http://svn.gnome.org/viewvc/gtk+?rev=20271&view=rev

Log:
        * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
        g_return_if_fail(tooltips != NULL);




Modified:
   branches/gtk-2-12/ChangeLog
   branches/gtk-2-12/gtk/gtktooltips.c

Modified: branches/gtk-2-12/gtk/gtktooltips.c
==============================================================================
--- branches/gtk-2-12/gtk/gtktooltips.c	(original)
+++ branches/gtk-2-12/gtk/gtktooltips.c	Mon Jun  2 20:35:06 2008
@@ -144,8 +144,6 @@
   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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]