Wireshark-commits: [Wireshark-commits] rev 36837: /trunk/gtk/ /trunk/gtk/: capture_dlg.c
Date: Sun, 24 Apr 2011 19:38:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36837

User: guy
Date: 2011/04/24 12:38 PM

Log:
 gtk_combo_box_new_text() returns a GtkComboBox, and you connect a
 function directly to its "changed" signal; GtkComboBox is a subclass of
 GtkBin, but you don't connect to its child.

Directory: /trunk/gtk/
  Changes    Path             Action
  +1 -1      capture_dlg.c    Modified