ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4487] I/O Graph dropdown boxes not working correctly

Date: Mon, 15 Feb 2010 11:47:37 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4487

--- Comment #11 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2010-02-15 11:47:36 PST ---
Remaining ones to fix :-)
C:\Wireshark\gtk>grep gtk_option_menu_new *.c
capture_dlg.c:  linktype_om = gtk_option_menu_new();
capture_file_dlg.c:  ft_om = gtk_option_menu_new();
capture_file_dlg.c:  ft_om = gtk_option_menu_new();
dcerpc_stat.c:  prog_opt=gtk_option_menu_new();
dcerpc_stat.c:  vers_opt=gtk_option_menu_new();
decode_as_dlg.c:    optmenu = gtk_option_menu_new();
decode_as_dlg.c:    optmenu = gtk_option_menu_new();
decode_as_dlg.new.c:    optmenu = gtk_option_menu_new();
decode_as_dlg.new.c:    optmenu = gtk_option_menu_new();
firewall_dlg.c:    product_om = gtk_option_menu_new();
firewall_dlg.c:    rule_info->filter_om = gtk_option_menu_new();
rpc_stat.c:     prog_opt=gtk_option_menu_new();
rpc_stat.c:     vers_opt=gtk_option_menu_new();
uat_gui.c:                              option_menu = gtk_option_menu_new();

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.