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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 3 Nov 2003 04:36:46 -0600 (CST)
guy         2003/11/03 04:36:46 CST

  Modified files:
    gtk                  capture_combo_utils.c 
  Log:
  "g_list_first()" takes an arbitrary list entry as an argument; you don't
  need to call it if you already have a pointer to the first entry in the
  list, which is what "a pointer to the list" is.
  
  Revision  Changes    Path
  1.3       +3 -3      ethereal/gtk/capture_combo_utils.c