Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 23 Jan 2004 14:12:00 -0600 (CST)
guy         2004/01/23 14:12:00 CST

  Modified files:
    gtk                  main.c 
  Log:
  If the zoom factor is zero, don't construct a new font name - the
  supplied font name is correct.  That lets us handle fonts whose size we
  can't change because this is GTK+ 1.2[.x] and the name isn't an XLFD
  name so we don't know where the size is.
  
  In "font_zoom()", remove some code from the GTK+ 1.2[.x] vs. GTK+ 2.x
  #ifdefs.
  
  Fix the comment for "font_zoom()".
  
  Get rid of a no-longer-used "simple_dialog()" argument.
  
  Revision  Changes    Path
  1.369     +14 -12    ethereal/gtk/main.c