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

Wireshark-commits: [Wireshark-commits] rev 37153: /trunk-1.6/gtk/ /trunk-1.6/gtk/: airpcap_dlg.c ma

Date: Sun, 15 May 2011 03:10:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37153

User: morriss
Date: 2011/05/14 08:10 PM

Log:
 Copy over revisions from trunk:
 
 ------------------------------------------------------------------------
 r37150 | morriss | 2011-05-14 22:42:52 -0400 (Sat, 14 May 2011) | 1 line
 
 main_widgets_rearrange(): only pack the airpcap_tb once (to avoid GTK
 complaints about the child already having a parent).
 
 
 ------------------------------------------------------------------------
 r37151 | morriss | 2011-05-14 22:45:18 -0400 (Sat, 14 May 2011) | 1 line
 
 gtk_combo_box_get_active_text() may return NULL and g_ascii_strcasecmp()
 complains if its first argument is NULL, so check for the NULL pointer
 before using it.

Directory: /trunk-1.6/gtk/
  Changes    Path             Action
  +12 -12    airpcap_dlg.c    Modified
  +10 -15    main.c           Modified