Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk ui_util.c Makefile.am capture_dlg.c
guy 1999/12/09 01:19:30 CST
Modified files:
gtk Makefile.am capture_dlg.c file_dlg.c
find_dlg.c goto_dlg.c gtkglobals.h main.c
print_dlg.c
Added files:
gtk ui_util.c
Log:
Move the GTK+ implementations of various UI utilities out of "util.c"
into "gtk/ui_util.c", and move the declarations of those UI utilities
out of "util.h" into "ui_util.h". (The header file is in the top-level
directory, rather than the "gtk" directory, because it declares
window-system-independent interfaces to routines with
window-system-dependent implementations.)
Add to "gtk/ui_util.c" a routine to set the window and icon title.
Use that routine to make the title of an Ethereal top-level window be
{filename} - Ethereal
if there's a capture open, and have "{filename}" be "<capture>" if it's
a temporary capture file.
Revision Changes Path
1.13 +3 -2 ethereal/gtk/Makefile.am
1.11 +2 -2 ethereal/gtk/capture_dlg.c
1.14 +3 -3 ethereal/gtk/file_dlg.c
1.4 +2 -2 ethereal/gtk/find_dlg.c
1.3 +2 -2 ethereal/gtk/goto_dlg.c
1.2 +3 -3 ethereal/gtk/gtkglobals.h
1.66 +15 -14 ethereal/gtk/main.c
1.10 +2 -2 ethereal/gtk/print_dlg.c