Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 671202
Collapse All | Expand All

(-)a/gtk/gtkscale.c (-1 / +1 lines)
Lines 1204-1209 gtk_css_node_update_layout_attributes (GtkCssNode *node, Link Here
1204
  PangoFontDescription *desc;
1204
  PangoFontDescription *desc;
1205
1205
1206
  style = gtk_css_node_get_style (node);
1206
  style = gtk_css_node_get_style (node);
1207
  g_return_val_if_fail(GTK_IS_STYLE(style), FALSE);
1207
1208
1208
  attrs = gtk_css_style_get_pango_attributes (style);
1209
  attrs = gtk_css_style_get_pango_attributes (style);
1209
  desc = gtk_css_style_get_pango_font (style);
1210
  desc = gtk_css_style_get_pango_font (style);
1210
- 

Return to bug 671202