Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk STATUS.gtk2 io_stat.c packet_list.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Nov 2002 16:21:16 -0600 (CST)
oabad       2002/11/15 16:21:15 CST

  Modified files:
    gtk                  STATUS.gtk2 io_stat.c packet_list.c 
  Log:
  In gtk2 code :
  gdk_font_from_description() may return NULL if no GdkFont matching a
  PangoFontDescription can be loaded.
  Replace primitives using GdkFonts (gdk_string_width, gdk_draw_string)
  with their pango equivalent (pango_layout_get_pixel_size,
  gdk_draw_layout).
  
  Revision  Changes    Path
  1.3       +4 -0      ethereal/gtk/STATUS.gtk2
  1.3       +54 -30    ethereal/gtk/io_stat.c
  1.5       +9 -5      ethereal/gtk/packet_list.c