Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.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: Wed, 23 Aug 2000 22:16:52 -0500 (CDT)
gram        2000/08/23 22:16:50 CDT

  Modified files:
    gtk                  gui_prefs.c 
  Log:
  Fix the appearance of the option menus in the GUI preference box.
  It appears to be a buglet in GTK+; by explicitly calling gtk_widget_show()
  on the menu item, it comes out with proper spacing. Previously I simply
  used gtk_widget_show_all() on the topmost vbox, and while the option menu
  menu-items showed, they came out with incorrect vertical spacing.
  
  Revision  Changes    Path
  1.16      +4 -2      ethereal/gtk/gui_prefs.c