mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
438 B

  1. --- gtk+-2.2.4/gtk/gtkfontsel.c.orig 2003-10-07 01:54:42.000000000 +0200
  2. +++ gtk+-2.2.4/gtk/gtkfontsel.c 2003-10-07 01:55:07.000000000 +0200
  3. @@ -1007,6 +1007,8 @@
  4. if (fontsel->face)
  5. {
  6. font_desc = pango_font_face_describe (fontsel->face);
  7. + pango_font_description_set_family(font_desc,
  8. + pango_font_family_get_name (fontsel->family));
  9. pango_font_description_set_size (font_desc, fontsel->size);
  10. }
  11. else