From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- widgets/misc/e-printable.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'widgets/misc/e-printable.h') diff --git a/widgets/misc/e-printable.h b/widgets/misc/e-printable.h index 471de36c4f..e2f87bdfda 100644 --- a/widgets/misc/e-printable.h +++ b/widgets/misc/e-printable.h @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * e-printable.h * Copyright 2000, 2001, Ximian, Inc. * @@ -26,9 +26,8 @@ #include #include -#include -BEGIN_GNOME_DECLS +G_BEGIN_DECLS #define E_PRINTABLE_TYPE (e_printable_get_type ()) #define E_PRINTABLE(o) (GTK_CHECK_CAST ((o), E_PRINTABLE_TYPE, EPrintable)) @@ -86,6 +85,6 @@ gboolean e_printable_will_fit (EPrintable *e_printable, gdouble max_height, gboolean quantized); -END_GNOME_DECLS +G_END_DECLS #endif /* _E_PRINTABLE_H_ */ -- cgit v1.2.3