[gtk+/gtk-2-22] Fix another build failure



commit a41107b61683c46a13d569c462f5263844cc4467
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Aug 10 09:24:51 2010 -0400

    Fix another build failure

 gtk/gtknotebook.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index b9a621f..8054e24 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7130,7 +7130,7 @@ gtk_notebook_get_tab_hborder (GtkNotebook *notebook)
 {
   g_return_val_if_fail (GTK_IS_NOTEBOOK (notebook), FALSE);
 
-  return notebook->priv->tab_hborder;
+  return notebook->tab_hborder;
 }
 
 /**
@@ -7148,7 +7148,7 @@ gtk_notebook_get_tab_vborder (GtkNotebook *notebook)
 {
   g_return_val_if_fail (GTK_IS_NOTEBOOK (notebook), FALSE);
 
-  return notebook->priv->tab_vborder;
+  return notebook->tab_vborder;
 }
 
 



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