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 13:53:11 -0600 (CST)
guy         2004/01/23 13:53:11 CST

  Modified files:
    gtk                  main.c 
  Log:
  Clean up indentation.
  
  Make "font_zoom()" static - it's not used outside gtk/main.c.
  
  Use "g_strdup()" rather than "strdup()", as we use "g_free()" to free
  the result.
  
  Put in a little more information when "font_zoom()" fails due to the
  font name not being an XLFD font name, and don't continue if it fails.
  
  Don't continue if the attempt to load the fonts fails, either.
  
  Revision  Changes    Path
  1.368     +64 -58    ethereal/gtk/main.c