Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c main.c main.h recent.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 19:02:54 -0600 (CST)
guy         2004/01/23 19:02:54 CST

  Modified files:
    gtk                  gui_prefs.c main.c main.h recent.c 
  Log:
  Have "font_apply()" return an indication as to whether it succeeded or
  failed and, if it failed, how it failed.  Have it leave up to its caller
  the job of reporting that it couldn't load the requested font; have its
  callers do that, and have them set the zoom level on failure so that we
  have a zoom level that is at least more likely to work.  Make the alert
  boxes for "font_apply()" failures be error boxes, not warning boxes.
  
  Revision  Changes    Path
  1.60      +22 -2     ethereal/gtk/gui_prefs.c
  1.372     +69 -13    ethereal/gtk/main.c
  1.38      +7 -2      ethereal/gtk/main.h
  1.6       +21 -2     ethereal/gtk/recent.c