diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-21 15:33:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-21 15:33:59 +0800 |
commit | e80e78db7377502d64c42214c850cd77b55050d6 (patch) | |
tree | 999bf7be4eec2bd61113e2b338a5ee63db32b0ca | |
parent | 4cad7642441dd6e78080ed0c1615c8f2108dfb93 (diff) | |
download | gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar.gz gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar.bz2 gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar.lz gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar.xz gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.tar.zst gsoc2013-evolution-e80e78db7377502d64c42214c850cd77b55050d6.zip |
Changed the #ifndef used so that it doesn't collide with one inside of
2000-09-21 Christopher James Lahey <clahey@helixcode.com>
* 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
-rw-r--r-- | widgets/misc/e-gui-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <gtk/gtkmenu.h> #include <gtk/gtkwindow.h> @@ -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 */ |