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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 28 Aug 1999 13:49:00 -0500 (CDT)
guy         1999/08/28 13:48:58 CDT

  Modified files:
    gtk                  gtkclist.c 
  Log:
  A slightly cleaner version - hide the "if it's the last row, the element
  is pointed to by 'row_list_end', otherwise use 'g_list_nth()'" stuff
  inside a macro.
  
  Use that macro in place of an additional "g_list_nth()" call.
  
  Revision  Changes    Path
  1.2       +28 -88    ethereal/gtk/gtkclist.c