[monkey-bubble: 729/753] Fix header guards.
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 729/753] Fix header guards.
- Date: Wed, 14 Jul 2010 22:56:59 +0000 (UTC)
commit 82bea3dd78714f3b71dcbb0b293b172b13a935c0
Author: Kjartan Maraas <kmaraas gnome org>
Date: Tue Feb 27 15:19:19 2007 +0000
Fix header guards.
2007-02-27 Kjartan Maraas <kmaraas gnome org>
* file-chooser/prop-editor.h:
* libgnomeui/gnome-about.h:
* libgnomeui/gnome-color-picker.h:
* libgnomeui/gnome-dialog.h:
* libgnomeui/gnome-entry.h:
* libgnomeui/gnome-font-picker.h:
* libgnomeui/gnome-icon-item.h:
* libgnomeui/gnome-icon-list.h:
* libgnomeui/gnome-pixmap-entry.h:
* libgnomeui/gnome-popup-menu.h:
* libgnomeui/gnome-scores.h:
* libgnomeui/gnome-window-icon.h:
* libgnomeui/gnome-window.h:
Fix header guards.
svn path=/trunk/; revision=5282
libgnomeui/gnome-scores.h | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.h b/libgnomeui/gnome-scores.h
index f2a478a..3a88e8e 100644
--- a/libgnomeui/gnome-scores.h
+++ b/libgnomeui/gnome-scores.h
@@ -43,15 +43,14 @@
*
*/
-#ifndef GNOME_DISABLE_DEPRECATED
-
#ifndef GNOME_SCORES_H
#define GNOME_SCORES_H
+#ifndef GNOME_DISABLE_DEPRECATED
+
#include <time.h>
#include <gtk/gtk.h>
-
G_BEGIN_DECLS
#define GNOME_TYPE_SCORES (gnome_scores_get_type ())
@@ -181,6 +180,8 @@ void gnome_scores_set_current_player (
);
G_END_DECLS
-#endif /* GNOME_SCORES_H */
#endif /* GNOME_DISABLE_DEPRECATED */
+
+#endif /* GNOME_SCORES_H */
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]