[monkey-bubble: 699/753] remove gnome-macros.h it is now in libgnome. Also at the same time make
- From: Sven Herzberg <herzi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [monkey-bubble: 699/753] remove gnome-macros.h it is now in libgnome. Also at the same time make
- Date: Wed, 14 Jul 2010 22:54:27 +0000 (UTC)
commit cf87d7f66c281f583d2afae8993287cccdbb609f
Author: George Lebl <jirka 5z com>
Date: Fri Sep 14 19:33:18 2001 +0000
remove gnome-macros.h it is now in libgnome. Also at the same time make
Fri Sep 14 12:36:25 2001 George Lebl <jirka 5z com>
* Makefile.am, *.c, *.h: remove gnome-macros.h it is now in libgnome.
Also at the same time make sure we use GType for all type
references and not guint nor GtkType. Also since gnome-macros
changed slightly, use the new style. And fix some related warnings
* gnome-icon-list.c, gnome-client.c, gnome-icon-entry.c: move to
the gnome-macros stuff.
libgnomeui/gnome-scores.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 7fb319f..495240c 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -29,7 +29,7 @@
*/
#include <config.h>
-#include "gnome-macros.h"
+#include <libgnome/gnome-macros.h>
#include <string.h>
#include <time.h>
@@ -59,7 +59,7 @@ struct _GnomeScoresPrivate
};
static void gnome_scores_class_init (GnomeScoresClass *klass);
-static void gnome_scores_init (GnomeScores *scores);
+static void gnome_scores_instance_init (GnomeScores *scores);
static void gnome_scores_destroy (GtkObject *object);
static void gnome_scores_finalize (GObject *object);
@@ -69,10 +69,10 @@ static void gnome_scores_finalize (GObject *object);
* Returns the GtkType for the GnomeScores widget
*/
GNOME_CLASS_BOILERPLATE (GnomeScores, gnome_scores,
- GtkDialog, gtk_dialog);
+ GtkDialog, gtk_dialog, GTK_TYPE_DIALOG);
static void
-gnome_scores_init (GnomeScores *gs)
+gnome_scores_instance_init (GnomeScores *gs)
{
GtkWidget *label;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]