Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/asn1 packet-asn1.c

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Fri, 6 Feb 2004 13:19:12 -0600 (CST)
ulfl        2004/02/06 13:19:12 CST

  Modified files:
    plugins/asn1         packet-asn1.c 
  Log:
  replaced every appearance of gtk_scrolled_window_new() with
  scrolled_window_new().
  added gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to
  scrolled_window_new()
  added GTK2's gtk_scrolled_window_set_shadow(GTK_SHADOW_IN)
  to every place needed
  
  Revision  Changes    Path
  1.16      +4 -6      ethereal/plugins/asn1/packet-asn1.c