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

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Jan 2003 17:33:39 -0600 (CST)
oabad       2003/01/08 17:33:39 CST

  Modified files:
    gtk                  menu.c 
  Log:
  Replace :
  popup_menu_object = gtk_widget_new(GTK_TYPE_WIDGET, NULL);
  with
  popup_menu_object = gtk_menu_new();
  
  so that ethereal runs with Gtk+ v2.2
  
  Revision  Changes    Path
  1.82      +2 -2      ethereal/gtk/menu.c