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: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Sun, 12 Dec 1999 22:20:38 -0600 (CST)
gram        1999/12/12 22:20:36 CST

  Modified files:
    gtk                  main.c 
  Log:
  Remove the horizontal scroll bar under the hex dump. It did nothing
  at all since the GtkText widget does not scroll horizontally (it says
  so in the GTK+ docs and in the gtktext.c file in the GTK+ distribution).
  Even if the Ethereal window is shrunk horizontally, the text widget will
  line wrap (we could turn that off, but it just truncates the line, instead
  of making the text widget horizontally-scrollable).
  
  Also, change the packet list scrollbar policy to AUTOMATIC so that scroll
  bars only appear when needed. This is how the protocol tree pane has
  been configured already.
  
  Revision  Changes    Path
  1.71      +10 -6     ethereal/gtk/main.c