diff options
Diffstat (limited to 'pluma/pluma-progress-message-area.h')
-rw-r--r-- | pluma/pluma-progress-message-area.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pluma/pluma-progress-message-area.h b/pluma/pluma-progress-message-area.h index 508472d1..9d92abbe 100644 --- a/pluma/pluma-progress-message-area.h +++ b/pluma/pluma-progress-message-area.h @@ -2,7 +2,7 @@ * pluma-progress-message-area.h * This file is part of pluma * - * Copyright (C) 2005 - Paolo Maggi + * Copyright (C) 2005 - Paolo Maggi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,14 +16,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ - + /* - * Modified by the pluma Team, 2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ @@ -53,7 +53,7 @@ typedef struct _PlumaProgressMessageAreaPrivate PlumaProgressMessageAreaPrivate; */ typedef struct _PlumaProgressMessageArea PlumaProgressMessageArea; -struct _PlumaProgressMessageArea +struct _PlumaProgressMessageArea { GtkInfoBar parent; @@ -66,7 +66,7 @@ struct _PlumaProgressMessageArea */ typedef struct _PlumaProgressMessageAreaClass PlumaProgressMessageAreaClass; -struct _PlumaProgressMessageAreaClass +struct _PlumaProgressMessageAreaClass { GtkInfoBarClass parent_class; }; @@ -93,7 +93,7 @@ void pluma_progress_message_area_set_fraction (PlumaProgressMessageArea *area, gdouble fraction); void pluma_progress_message_area_pulse (PlumaProgressMessageArea *area); - + G_END_DECLS |