From 80618858d61d768373f42d46d6ccf0e80a303bce Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 9 Dec 1999 07:19:20 +0000 Subject: 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 "" if it's a temporary capture file. svn path=/trunk/; revision=1255 --- colors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors.c') diff --git a/colors.c b/colors.c index 610e98d0cb..9b5c347ab4 100644 --- a/colors.c +++ b/colors.c @@ -1,7 +1,7 @@ /* colors.c * Definitions for color structures and routines * - * $Id: colors.c,v 1.17 1999/11/30 05:32:56 guy Exp $ + * $Id: colors.c,v 1.18 1999/12/09 07:19:02 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -41,7 +41,7 @@ #include "colors.h" #include "file.h" #include "dfilter.h" -#include "util.h" +#include "ui_util.h" extern capture_file cf; -- cgit v1.2.3