]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmisc.c
Practically everything changed.
[~andy/gtk] / gtk / gtkmisc.c
index 21e485d7b97b5c97c0e0c4035fbed5ba530a2398..df13dfe153849b30184c6e92a72da6c75a91d12a 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GIMP Toolkit
+/* GTK - The GTK+ Toolkit
  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#include <config.h>
+#include "config.h"
 #include "gtkcontainer.h"
 #include "gtkmisc.h"
 #include "gtkintl.h"
@@ -310,8 +310,6 @@ gtk_misc_realize (GtkWidget *widget)
   GdkWindowAttr attributes;
   gint attributes_mask;
 
-  g_return_if_fail (GTK_IS_MISC (widget));
-
   GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
 
   if (GTK_WIDGET_NO_WINDOW (widget))