http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25672
User: wmeier
Date: 2008/07/07 07:25 PM
Log:
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equivalent API
gtk_timeout_add() ==> g_timeout_add
gtk_timeout_remove() ==> g_source_remove()
Also: timer callback should return gboolean (not void or gint)
Directory: /trunk/epan/
Changes Path Action
+4 -4 addr_resolv.c Modified
+2 -2 addr_resolv.h Modified
Directory: /trunk/gtk/
Changes Path Action
+14 -11 airpcap_dlg.c Modified
+1 -1 airpcap_dlg.h Modified
+2 -2 capture_if_dlg.c Modified
+5 -5 capture_info_dlg.c Modified
+3 -3 gtkvumeter.c Modified
+4 -4 gui_utils.c Modified
+6 -8 main.c Modified