[monkey-bubble: 176/753] s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 176/753] s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
- Date: Wed, 14 Jul 2010 22:10:27 +0000 (UTC)
commit 3ab7f6731b82fd81a49eb1b59c1ebbd7d4d343ad
Author: Michael Meeks <michael ximian com>
Date: Thu Apr 19 17:06:35 2001 +0000
s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
2001-04-19 Michael Meeks <michael ximian com>
* *.[ch]:
s/\#include[ \t]*<libgnomebase\/gnome-defs.h>//;
s/BEGIN_GNOME_DECLS/G_BEGIN_DECLS/g;
s/END_GNOME_DECLS/G_END_DECLS/g;
libgnomeui/gnome-scores.c | 2 +-
libgnomeui/gnome-scores.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 6190492..10d6126 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -31,7 +31,7 @@
#include <config.h>
#include <string.h>
#include "gnome-scores.h"
-#include <libgnomebase/gnome-defs.h>
+
#include <libgnome/gnome-util.h>
#include <libgnome/gnome-config.h>
#include <libgnome/gnome-score.h>
diff --git a/libgnomeui/gnome-scores.h b/libgnomeui/gnome-scores.h
index 59b45c1..45cabaf 100644
--- a/libgnomeui/gnome-scores.h
+++ b/libgnomeui/gnome-scores.h
@@ -48,9 +48,9 @@
#include <time.h>
#include "gnome-dialog.h"
-#include <libgnomebase/gnome-defs.h>
-BEGIN_GNOME_DECLS
+
+G_BEGIN_DECLS
#define GNOME_TYPE_SCORES (gnome_scores_get_type ())
#define GNOME_SCORES(obj) (GTK_CHECK_CAST ((obj), GNOME_TYPE_SCORES, GnomeScores))
@@ -173,6 +173,6 @@ void gnome_scores_set_current_player (
GnomeScores *gs, /* GNOME Scores widget. */
gint i /* Index of the current(from 0 to 9). */
);
-END_GNOME_DECLS
+G_END_DECLS
#endif /* GNOME_SCORES_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]