Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.c gtkglobals.h help_dlg.c
guy 2000/08/17 02:56:59 CDT
Modified files:
gtk follow_dlg.c gtkglobals.h help_dlg.c
main.c packet_win.c prefs_dlg.c
proto_dlg.c
Log:
It was silly of me to require that "forget_scrolled_window()" be called
explicitly; the right thing to do was to have
"remember_scrolled_window()" catch the "destroy" signal on the scrolled
window widget, and have the handler for that signal forget the scrolled
window.
Doing that obviates the need to have creators of scrolled windows keep
track of the windows they have and forget them when they're destroyed.
The signal for a "the window manager has requested that this window go
away" event is "delete_event", not "delete-event"; fix the
"gtk_signal_connect()" calls that were using "delete-event".
Revision Changes Path
1.7 +2 -10 ethereal/gtk/follow_dlg.c
1.10 +1 -2 ethereal/gtk/gtkglobals.h
1.4 +31 -55 ethereal/gtk/help_dlg.c
1.136 +10 -3 ethereal/gtk/main.c
1.11 +1 -3 ethereal/gtk/packet_win.c
1.20 +2 -2 ethereal/gtk/prefs_dlg.c
1.4 +11 -30 ethereal/gtk/proto_dlg.c