~noskcaj/ubuntu/wily/epiphany-browser/merge

« back to all changes in this revision

Viewing changes to lib/widgets/gd-main-view.c

  • Committer: Package Import Robot
  • Author(s): Gustavo Noronha Silva
  • Date: 2013-03-20 20:45:41 UTC
  • mto: (120.1.2 experimental) (1.10.1) (105.1.14 sid)
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: package-import@ubuntu.com-20130320204541-0t2adqjzvpflkni2
Tags: upstream-3.7.91
ImportĀ upstreamĀ versionĀ 3.7.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
  pango_attr_list_insert (attr_list, attr);
307
307
  pango_layout_set_attributes (layout, attr_list);
308
308
 
309
 
  desc = gtk_style_context_get_font (context, 0);
 
309
  gtk_style_context_get (context, 0, "font", &desc, NULL);
310
310
  pango_layout_set_font_description (layout, desc);
311
311
 
312
312
  gtk_style_context_get_color (context, 0, &color);