From 0e3e50e1f7831d5552d328f8eb4441a4f1c79f02 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 27 Sep 2004 22:32:09 +0000 Subject: [PATCH] "ethereal_stock_icons()" isn't used outside "gtk/toolbar.c" (and should presumably only be called once in any case), so make it static. svn path=/trunk/; revision=12114 --- gtk/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/toolbar.c b/gtk/toolbar.c index a0fd272383..bd3a4dc95e 100644 --- a/gtk/toolbar.c +++ b/gtk/toolbar.c @@ -133,7 +133,7 @@ typedef struct stock_pixmap_tag{ } stock_pixmap_t; /* generate application specific stock items */ -void ethereal_stock_icons(void) { +static void ethereal_stock_icons(void) { GtkIconFactory * factory; gint32 i;