[gtk+/native-layout] Fixed gtkbin.c:parent_extended_layout_iface to be static.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] Fixed gtkbin.c:parent_extended_layout_iface to be static.
- Date: Sun, 11 Apr 2010 02:52:37 +0000 (UTC)
commit 639e396147a02010a0d3eb7ec1cbef542321c2b2
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sat Apr 10 22:38:47 2010 -0400
Fixed gtkbin.c:parent_extended_layout_iface to be static.
gtk/gtkbin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c
index fad513d..d2a052c 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]