forked from AuroraMiddleware/gtk
Add a missing initialization. (#348787, Leonardo Boshell)
2006-08-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): Add a missing initialization. (#348787, Leonardo Boshell)
This commit is contained in:
parent
85138a27a8
commit
9c1f72ca48
@ -1,5 +1,8 @@
|
||||
2006-08-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfontbutton.c (gtk_font_button_update_font_info):
|
||||
Add a missing initialization. (#348787, Leonardo Boshell)
|
||||
|
||||
* configure.in: Use $PKG_CONFIG consistently. (#348740,
|
||||
Jeremy Lainé)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2006-08-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfontbutton.c (gtk_font_button_update_font_info):
|
||||
Add a missing initialization. (#348787, Leonardo Boshell)
|
||||
|
||||
* configure.in: Use $PKG_CONFIG consistently. (#348740,
|
||||
Jeremy Lainé)
|
||||
|
||||
|
@ -853,6 +853,7 @@ gtk_font_button_update_font_info (GtkFontButton *font_button)
|
||||
gint n_families, n_faces, i;
|
||||
|
||||
n_families = 0;
|
||||
families = NULL;
|
||||
pango_context_list_families (gtk_widget_get_pango_context (GTK_WIDGET (font_button)),
|
||||
&families, &n_families);
|
||||
n_faces = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user