[monet/monet-xml] monet-gtk: default to parent implementation of flat_box
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monet/monet-xml] monet-gtk: default to parent implementation of flat_box
- Date: Sun, 9 May 2010 22:32:12 +0000 (UTC)
commit 16ce39f1278e6e0064eb3268aba5de6aa3a96dc1
Author: Thomas Wood <thos gnome org>
Date: Sun May 9 23:21:12 2010 +0100
monet-gtk: default to parent implementation of flat_box
monet-gtk/style.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/monet-gtk/style.c b/monet-gtk/style.c
index 5ba8660..1c83116 100644
--- a/monet-gtk/style.c
+++ b/monet-gtk/style.c
@@ -325,7 +325,9 @@ monet_gtk_draw_flat_box (GtkStyle *style,
gint width,
gint height)
{
- printf ("draw_flat_box: %s\n", detail);
+ monet_gtk_style_parent_class->draw_flat_box (style, window, state_type,
+ shadow_type, area, widget,
+ detail, x, y, width, height);
}
/*##################################*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]