From e80e78db7377502d64c42214c850cd77b55050d6 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 21 Sep 2000 07:33:59 +0000 Subject: Changed the #ifndef used so that it doesn't collide with one inside of 2000-09-21 Christopher James Lahey * gal/widgets/e-gui-utils.h: Changed the #ifndef used so that it doesn't collide with one inside of evolution. The entire name of this file should change soon. svn path=/trunk/; revision=5535 --- widgets/misc/e-gui-utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-gui-utils.h b/widgets/misc/e-gui-utils.h index a5a5eb994f..215544e942 100644 --- a/widgets/misc/e-gui-utils.h +++ b/widgets/misc/e-gui-utils.h @@ -1,5 +1,5 @@ -#ifndef E_GUI_UTILS_H -#define E_GUI_UTILS_H +#ifndef GAL_GUI_UTILS_H +#define GAL_GUI_UTILS_H #include #include @@ -15,4 +15,4 @@ void e_container_foreach_leaf (GtkContainer *container, gint e_container_change_tab_order (GtkContainer *container, GList *widgets); -#endif /* E_GUI_UTILS_H */ +#endif /* GAL_GUI_UTILS_H */ -- cgit v1.2.3