From: Tristan Van Berkom Date: Sun, 11 Apr 2010 02:38:47 +0000 (-0400) Subject: Fixed gtkbin.c:parent_extended_layout_iface to be static. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=639e396147a02010a0d3eb7ec1cbef542321c2b2;hp=24950ec14413cc409c9f2f15a3c5af3f950b336f;p=~andy%2Fgtk Fixed gtkbin.c:parent_extended_layout_iface to be static. --- diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c index fad513d6b..d2a052caa 100644 --- a/gtk/gtkbin.c +++ b/gtk/gtkbin.c @@ -52,7 +52,7 @@ static void gtk_bin_get_height_for_width (GtkExtendedLayout *layout, gint *natural_height); -GtkExtendedLayoutIface *parent_extended_layout_iface; +static GtkExtendedLayoutIface *parent_extended_layout_iface; G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GtkBin, gtk_bin, GTK_TYPE_CONTAINER, G_IMPLEMENT_INTERFACE (GTK_TYPE_EXTENDED_LAYOUT,