[gtk+/refactor: 9/16] gtk/gtkfontsel.c: use accessor functions to access GtkWidget



commit 884dc219043084e09fab0283af94934ba982419a
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Aug 11 23:11:49 2010 +0200

    gtk/gtkfontsel.c: use accessor functions to access GtkWidget

 gtk/gtkfontsel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c
index 50812d5..ee91a96 100644
--- a/gtk/gtkfontsel.c
+++ b/gtk/gtkfontsel.c
@@ -1167,6 +1167,7 @@ static void
 gtk_font_selection_update_preview (GtkFontSelection *fontsel)
 {
   GtkFontSelectionPrivate *priv = fontsel->priv;
+  GtkRequisition requisition;
   GtkRcStyle *rc_style;
   gint new_height;
   GtkRequisition old_requisition, new_requisition;



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